Date: Sat, 31 Mar 2001 15:27:20 -0800 (PST) From: Mikko Tyolajarvi <mikko@dynas.se> To: ragnar@sysabend.org Cc: hackers@freebsd.org Subject: Re: Netscape and shared objects. Message-ID: <200103312327.f2VNRK792738@explorer.rsa.com> References: <Pine.BSF.4.10.10103311305340.17098-100000@moo.sysabend.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In local.freebsd.hackers you write:
>:02pm ghast /home/jamie %netscape
>ld.so failed: Can't find shared library "libXt.so.6.0"
>4:02pm ghast /home/jamie %runas ldconfig -r | grep libXt.so
> 77:-lXt.6 => /usr/X11R6/lib/libXt.so.6
>I'm curious, is there something special about netsape that I should know?
It is an aout binary which requires a bunch of aout libs. The port
should install those for you.
>This is FreeBSD 4.2-R and Netscape 4.76 for i386 unkown BSD. I went ahead
>and softlinked /usr/X11R6/lib/libXt.so.6 to /usr/X11R6/lib/libXt.so.6.0,
>but that hasn't had a noticable effect.
Here is what it should look like:
vaio% ldd /usr/local/lib/netscape/navigator-4.76.bin
/usr/local/lib/netscape/navigator-4.76.bin:
-lXt.6 => /usr/X11R6/lib/aout/libXt.so.6.0 (0x2067d000)
-lXmu.6 => /usr/X11R6/lib/aout/libXmu.so.6.0 (0x206b9000)
-lX11.6 => /usr/X11R6/lib/aout/libX11.so.6.1 (0x206c9000)
-lXext.6 => /usr/X11R6/lib/aout/libXext.so.6.3 (0x2075a000)
-lSM.6 => /usr/X11R6/lib/aout/libSM.so.6.0 (0x20763000)
-lICE.6 => /usr/X11R6/lib/aout/libICE.so.6.3 (0x2076b000)
-lg++.4 => /usr/lib/compat/aout/libg++.so.4.0 (0x2077c000)
-lstdc++.2 => /usr/lib/compat/aout/libstdc++.so.2.0 (0x207b8000)
-lm.2 => /usr/lib/compat/aout/libm.so.2.0 (0x207ee000)
-lc.3 => /usr/lib/compat/aout/libc.so.3.1 (0x20808000)
$.02,
/Mikko
--
Mikko Työläjärvi_______________________________________mikko@rsasecurity.com
RSA Security
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103312327.f2VNRK792738>
