From owner-freebsd-questions Mon Dec 14 01:26:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01311 for freebsd-questions-outgoing; Mon, 14 Dec 1998 01:26:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01223 for ; Mon, 14 Dec 1998 01:25:54 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id KAA24791 for ; Mon, 14 Dec 1998 10:25:46 +0100 (CET) Received: from doorway.home.lan (t6o1p48.telia.com [195.67.241.108]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id KAA10854 for ; Mon, 14 Dec 1998 10:25:44 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id JAA12113 for freebsd-questions@FreeBSD.org; Mon, 14 Dec 1998 09:29:50 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 09:29:50 +0100 (CET) From: List User Message-Id: <199812140829.JAA12113@doorway.home.lan> To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Newsgroups: freebsd.questions Path: root From: Jim Mock Subject: List User mail Content-Type: TEXT/PLAIN; charset=US-ASCII Received: from localhost (jim@localhost) by corp.au.triax.com (8.9.1a/8.9.1) with ESMTP id SAA05222 for ; Mon, 14 Dec 1998 18:56:33 +1100 (EST) To: questions Sender: owner-freebsd-questions@FreeBSD.ORG Organization: Private News Host Precedence: bulk Message-ID: Delivered-To: vmailer-questions@freebsd.org X-Uidl: c987ee67659e79afa34af8288a6a3ff5 X-Loop: FreeBSD.ORG Mime-Version: 1.0 Date: Mon, 14 Dec 1998 07:56:32 GMT What's goin on with these things? I think we all get enough mail from this list without these things coming through, especially since they're all posts that have gone through already. Jim : Jim Mock | [jim@corp.au.triax.com] : : System Administrator | web: http://www.triax.com/ : : Triax Internet Services | ----------------------------- : : Portland, OR USA | FreeBSD: The Power to Serve : : Wagga Wagga, NSW Australia | http://www.freebsd.org/ : ---------- Forwarded message ---------- Date: Mon, 14 Dec 1998 06:53:40 +0100 (CET) From: List User To: freebsd-questions@FreeBSD.ORG Newsgroups: freebsd.questions Path: root From: Jonathan Chen Subject: Re: dynamically linked bin cant find shared libs Content-Type: TEXT/PLAIN; charset=US-ASCII Received: from kiwi.pinnacle.co.nz (kiwi.pinnacle.co.nz [202.37.163.2]) by kakapo.pinnacle.co.nz (8.9.1/8.9.1) with SMTP id LAA16778; Mon, 14 Dec 1998 11:06:32 +1300 (NZDT) To: saad Sender: owner-freebsd-questions@FreeBSD.ORG Organization: Private News Host Precedence: bulk Message-ID: Delivered-To: vmailer-questions@freebsd.org X-Uidl: cd8e37edc4848b9f20f33bc431073919 X-Loop: FreeBSD.ORG Mime-Version: 1.0 In-Reply-To: Cc: freebsd-questions Date: Sun, 13 Dec 1998 22:06:32 GMT 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 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message