From owner-freebsd-questions Sat May 22 19:17:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 01AD5151C5 for ; Sat, 22 May 1999 19:17:21 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id TAA18425; Sat, 22 May 1999 19:17:20 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Sat, 22 May 1999 19:17:19 -0700 (PDT) From: Doug White To: matt Cc: FreeBSD-QUESTIONS Subject: Re: Netscape and Weirdness.. In-Reply-To: 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 On Sat, 22 May 1999, matt wrote: > > Doug, > > I have compat22 instealled. /usr/lib/aout is an empty dir though, > everything is in /usr/lib/compat/aout ... > > ls -l /usr/lib/compat/aout |grep libc.so > -r--r--r-- 1 bin bin 418706 Jan 18 1998 libc.so.3.0 > -r--r--r-- 1 bin bin 427501 Dec 22 18:17 libc.so.3.1 > > could it be conflicting that I also have compa21 installed? No, but it may not be loaded. What does the following command return? ldconfig -aout -r | grep "libc" You should see a line like this in it: 5:-lc.3.1 => /usr/lib/aout/libc.so.3.1 Yours may be in a different spot, but if it's not listed then you need to edit /etc/rc.conf and add /usr/lib/compat/aout/ to the 'ldconfig_aout_paths' variable. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message