zfos install problem

Richard Kemp rkemp at ghs.fr
Tue Jun 15 16:11:50 CEST 2004


Thomas Lotterer wrote:

>On Mon, Jun 14, 2004, Richard Kemp wrote:
>
>  
>
>>Hi all,
>>
>>I had a problem with the installation of Kolab (release zfos) on a
>>debian woody 3.0 when I ran '/kolab/etc/kolab/kolab_bootstrap -b' (as
>>indicated at the end of obmtool output) :
>>
>>Create initial config files for postfix, apache, proftpd, cyrus imap, 
>>saslauthd
>>running /kolab/etc/kolab/kolab -v -o -lldap://127.0.0.1:389/
>>NOTE: USE OF THIS SCRIPT IS DEPRECATED. [...] 
>>
>>    
>>
>Please ignore this message. It is misleading.
>
>  
>
>>Use of uninitialized value in numeric ge (>=) at 
>>/kolab/lib/perl/vendor_perl/5.8.3/Kolab.pm line 368.
>>
>>    
>>
>The code at this line is related to logging.
>Maybe we can track down the root cause if you modify one line
>slightly so variable initialization is ensured.
>
>     my $priority = shift || KOLAB_INFO;
>-    my $level = $config{'log_level'};
>+    my $level = $config{'log_level'} || KOLAB_DEBUG;
>     if ($level >= $priority) {
>
>--
>Thomas.Lotterer at cw.com, Cable & Wireless
>  
>

That resolved the first error but kolabconf always refuses to initialize 
correctly :

Can't call method "attributes" on an undefined value at 
/kolab/lib/perl/vendor_perl/5.8.3/Kolab.pm line 153, <DATA> line 283.
Compilation failed in require at /kolab/sbin/kolabconf line 33, <DATA> 
line 283.
BEGIN failed--compilation aborted at /kolab/sbin/kolabconf line 33, 
<DATA> line 283.

 and I search in the objects but it's a real maze.

Then I don't understand what is the difference between my debian sarge 
(where it's correctly installed without this problem) and the debian 
woody which doesn't work.

Thanks for help

Regards,
--
Richard Kemp




More information about the users mailing list