Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 1999 19:17:19 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        matt <matt@Mlink.NET>
Cc:        FreeBSD-QUESTIONS <questions@FreeBSD.ORG>
Subject:   Re: Netscape and Weirdness..
Message-ID:  <Pine.BSF.4.03.9905221915540.15248-100000@resnet.uoregon.edu>
In-Reply-To: <Pine.BSF.4.10.9905222131001.6189-100000@ns-1.ccia.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9905221915540.15248-100000>