>> [EMAIL PROTECTED] ~]# /usr/lib/libbind.so
>> Segmentation fault
>> [EMAIL PROTECTED] ~]# /usr/lib64/libbind.so
>> Segmentation fault
>
>`file libbind.so` was what I meant (to see if it is the same binary format 
>as the rest you used to build your system)

oops... *re-inserts brain*

# file /usr/lib/libbind.so
/usr/lib/libbind.so: symbolic link to `libbind.so.3.0.8'
# file /usr/lib/libbind.so.3.0.8
/usr/lib/libbind.so.3.0.8: ELF 32-bit LSB shared object, Intel 80386, version 1 
(SYSV), stripped
# file /usr/lib64/libbind.so    
/usr/lib64/libbind.so: symbolic link to `libbind.so.3.0.8'
# file /usr/lib64/libbind.so.3.0.8 
/usr/lib64/libbind.so.3.0.8: ELF 64-bit LSB shared object, AMD x86-64, version 
1 (SYSV), stripped

Swapping pointing /usr/lib to /usr/lib64 solved this, so looks like the 
makefile was just pointing to the wrong location...


>> Anyway, after all that hard work getting everything to build, kolab wouldn't
>> configure properly (openldap wouldn't start). Ignoring the configuration
>> problem and starting the services results in everything loading except
>> amavisd...
>> "Problem in the Amavis::Unpackers code: Can't locate loadable object for
>> module Compress::Zlib in @INC"

(@INC contains: /kolab/lib/perl/site_perl/5.8.5/x86_64-
linux /kolab/lib/perl/site_perl/5.8.5 /kolab/lib/perl/site_perl 
/kolab/lib/perl/vendor_perl/5.8.5/x86_64-
linux /kolab/lib/perl/vendor_perl/5.8.5 /kolab/lib/perl/vendor_perl 
/kolab/lib/perl/5.8.5/x86_64-linux /kolab/lib/perl/5.8.5) at (eval 54) line 19

>missing perl-Compress-Zlib

# pwd
/kolab/lib/perl/vendor_perl/5.8.5/Compress
# ls
LZO.pm  Zlib.pm

If "/kolab/lib/perl/vendor_perl/5.8.5" is in @INC, surely it should be finding 
Zlib.pm?

Thanks,


Andy

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to