Date: Mon, 14 Dec 1998 11:06:32 +1300 (NZDT) From: Jonathan Chen <jonc@pinnacle.co.nz> To: saad <bonga@doxx.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: dynamically linked bin cant find shared libs Message-ID: <Pine.SCO.3.96.981214110221.2652E-100000@kiwi.pinnacle.co.nz> In-Reply-To: <Pine.BSF.4.05.9812131635160.15967-100000@localhost.webbernet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 13 Dec 1998, saad wrote:
[...]
> $ /usr/local/netscape-4.5/communicator-4.5.bin
> ld.so failed: Can't find shared library "libXt.so.6.0"
>
> $ ldd communicator-4.5.bin
> communicator-4.5.bin:
> -lXt.6 => not found (0x0)
> -lXmu.6 => not found (0x0)
> -lXext.6 => not found (0x0)
> -lX11.6 => not found (0x0)
> -lSM.6 => not found (0x0)
> -lICE.6 => not found (0x0)
> -lg++.4 => /usr/lib/aout/libg++.so.4.0 (0x20b5b000)
> -lm.2 => /usr/lib/aout/libm.so.2.0 (0x20b97000)
> -lstdc++.2 => /usr/lib/aout/libstdc++.so.2.0 (0x20bb1000)
> -lc.3 => /usr/lib/aout/libc.so.3.1 (0x20be7000)
[...]
> $ file /usr/X11R6/lib/libXt.so.6
> /usr/X11R6/lib/libXt.so.6: ELF 32-bit LSB shared object, Intel 80386,
> version 1 (FreeBSD), not stripped
On my system, it's actually:
tawa-lib,11:03am> uname -r 2.2.7-RELEASE
tawa-lib,11:03am> file /usr/X11R6/lib/libXt.so.6.0
/usr/X11R6/lib/libXt.so.6.0: FreeBSD/i386 compact demand paged shared library not stripped
ie you could fix it by:
> mv libXt.so.6 libXt.so.6.0
Looks like all your X share-libs have a missing minor number.
--
Jonathan Chen Once is dumb luck.
Twice is coincidence.
Three times and Somebody Is Trying To Tell You Something.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SCO.3.96.981214110221.2652E-100000>
