From owner-freebsd-questions Wed Mar 15 10:18:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.worldy.com (ns1.WORLDY.COM [209.5.30.40]) by hub.freebsd.org (Postfix) with ESMTP id 7960E37C567 for ; Wed, 15 Mar 2000 10:16:41 -0800 (PST) (envelope-from tracker@worldy.com) Received: from ppp174.WORLDY.COM (ppp174.WORLDY.COM [209.5.30.233]) by home.worldy.com (8.8.7/8.8.7) with ESMTP id NAA15248; Wed, 15 Mar 2000 13:16:31 -0500 Date: Wed, 15 Mar 2000 13:15:20 +0000 (GMT) From: David Banning X-Sender: tracker@ To: cjclark@home.com Cc: questions@FreeBSD.ORG Subject: Re: System can't find shared library In-Reply-To: <20000315102824.A59024@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > % file libXaw.so.6.1 > libXaw.so.6.1: FreeBSD/i386 compact demand paged shared library not stripped I got the same as you did here > You do not need to make X all on your own. There is a port for X, > /usr/ports/x11/XFree86. My ports is now working now - problem for another time... > % ldconfig -elf -r | grep directories > search directories: /usr/lib:/usr/lib/compat:/usr/X11R6/lib:/usr/local/lib Got the same as you did here > % ldconfig -aout -r | grep directories > search directories: /usr/lib/aout:/usr/lib/compat/aout:/usr/X11R6/lib/aout:/usr/local/lib/aout Here I got something like "hints file not found" > See ldconfig(8) to check on how to fix the configuration if it is > messed up. Did that - set the hints file - and moved directories - it works! One question - why would the upgrade not put the aout directories in the right place to begin with? Thanks for all your help. Cheers! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message