Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 1999 11:12:17 -0400 
From:      Christopher Michaels <ChrisMic@clientlogic.com>
To:        'Steve Hovey' <shovey@buffnet.net>
Cc:        "FreeBSD Mailing List (E-mail)" <questions@FreeBSD.org>
Subject:   RE: 3.2-release and older binaries
Message-ID:  <6C37EE640B78D2118D2F00A0C90FCB4401105942@site2s1>

next in thread | raw e-mail | index | archive | help
I'm not 100% sure on this, but could this be related to the issue that's
listed in the ERRATA?

---- System Update Information:
o	The compat20 and compat21 distributions install themselves into
/usr/lib/compat.  The compat20/compat21 distributions are a.out libraries,
thus they should live in /usr/lib/compat/aout to match the
"ldconfig_paths_aout" configuration in /etc/defaults/rc.conf.
 

Fix:	cd /usr/lib/compat
	mkdir -p aout
	mv lib*.so.*.* aout


Hope this helps,
-Chris

> -----Original Message-----
> From:	Steve Hovey [SMTP:shovey@buffnet.net]
> Sent:	Thursday, June 03, 1999 10:34 AM
> To:	questions@freebsd.org
> Subject:	3.2-release and older binaries
> 
> 
> I just installed a 3.2 - and cannot get 2.X binaries to run on it.  its
> give an error - 
> 
> ld.so failed: Can't find shared library "libc.so.2.2"
> 
> Even though the lib is there.  I went thru the rc code to look at the
> ldconfig section - both tests match - the elf test, and the i386 test.
> 
> Anyone know what Im missing?  It looks to me like ld.so is going only to
> the elf hints, and ignoring the aout ones.
> 
> 
> 
> 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?6C37EE640B78D2118D2F00A0C90FCB4401105942>