[2361] in SIPB_Linux_Development

home help back first fref pref prev next nref lref last post

weird library dependencies??

daemon@ATHENA.MIT.EDU (Jeremy Daniel)
Tue Jan 5 17:56:44 1999

To: linux-dev@MIT.EDU
Date: Tue, 05 Jan 1999 17:56:32 EST
From: Jeremy Daniel <jdaniel@MIT.EDU>

athena% /mit/perl5/bin/perl -version
Segmentation fault (core dumped)
Exit 139
athena% ldd /mit/perl5/bin/perl
        libdb.so.2 => /lib/libdb.so.2 (0x40003000)
        libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x40011000)
        libdl.so.1 => /lib/libdl.so.1 (0x40017000)
        libm.so.5 => not found
        libc.so.5 => not found
        libc.so.6 => /lib/libc.so.6 (0x4001b000)
        /lib/ld-linux.so.1 => /lib/ld-linux.so.2 (0x00000000)

the perl binary in the locker probably needs to be rebuilt.  Perhaps
libc5 should exist for compatibility if libdl.so.1 is going to be
around...having one and not the other, seems like it's likely to break
other things too I think...




					Jer

home help back first fref pref prev next nref lref last post