Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 1998 06:53:27 +0100 (CET)
From:      List User <listuser@netspace.net.au>
To:        freebsd-questions@FreeBSD.org
Message-ID:  <199812140553.GAA06039@doorway.home.lan>

next in thread | raw e-mail | index | archive | help
Newsgroups: freebsd.questions
Path: root
From: saad <bonga@doxx.net>
Subject: dynamically linked bin cant find shared libs
Content-Type: TEXT/PLAIN; charset=US-ASCII
Received: from ip8-ascend3.dyn.webbernet.net (ip8-ascend3.dyn.webbernet.net [159.138.24.8])
	by cartman.webbernet.net (8.9.1/8.8.5) with ESMTP id QAA06057
	for <freebsd-questions@freebsd.org>; Sun, 13 Dec 1998 16:48:47 -0500 (EST)
To: freebsd-questions
Sender: owner-freebsd-questions@FreeBSD.ORG
Organization: Private News Host
Precedence: bulk
Message-ID: <Pine.BSF.4.05.9812131635160.15967-100000@localhost.webbernet.net>
Delivered-To: vmailer-questions@freebsd.org
X-Uidl: 870fc86b1028af7204f97f5a049ecc41
X-Loop: FreeBSD.ORG
Mime-Version: 1.0
X-Sender: bonga@localhost.webbernet.net
Date: Sun, 13 Dec 1998 21:47:31 GMT


i just installed /usr/ports/www/netscape45-communicator but when i run the
binary, i get a linkage error:

$ /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)

$ ldconfig -r |grep Xt.6
        47:-lXt.6 => /usr/X11R6/lib/libXt.so.6

$ 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

and nm reads this file fine ... but its not linking when i run the
netscape binary. what am i missing?

thanks a lot for any input! :)
saad.

--
" the accretion of chocolate is a form of prayer " -- Anonymous
chippi@umich.edu ; bonga@{snickers.org,doxx.net} ; pgp key: 0xDE332C0D


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



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?199812140553.GAA06039>