On Thu, 15 Sep 2005, Andy wrote:

> >> [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

it could be the same problem as above, see `file Zlib.so` (maybe in 
<arch-os>/auto/Compress/Zlib) and Zlib.so is linked against libz.so, check 
that too...

Peter

> 
> # 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
> 
> 

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2

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

Reply via email to