Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2007 12:04:59 -0300
From:      Sergio Lenzi <enigma@k1.com.br>
To:        questions <freebsd-questions@freebsd.org>
Subject:   Re: 6.2 running 4.x binaries (missing libc.so.3)
Message-ID:  <1173798299.26618.6.camel@localhost>
In-Reply-To: <17910.47489.986075.631967@jerusalem.litteratus.org>
References:  <200703131232.l2DCWn978167@lakes.dignus.com> <17910.47489.986075.631967@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Em Ter, 2007-03-13 às 09:47 -0500, Robert Huff escreveu:

> Thomas David Rivers writes:
> >  
> >  I've been trying to run 4.x binaries on FreeBSD 6.2; with
> >  the compat4x package (and/or port) installed.
> >  
> >  However, the 4.x binaries want to find libc.so.3, which
> >  doesn't seem to be anywhere around.
> >  
> >  Anyone know the trick to getting this to work?
> 
> 	/usr/ports/misc/compat4x ?

or as a workaround 
add in the /etc/libmap.conf

libc.so.3                        libc.so
libm.so.3                       libm.so

......
that is every shared library it complains add it to 
the /etc/libmap.conf

It worked for me for 5.x binaries and 4.x on a FreeBSD 6.1/6.2

Sergio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1173798299.26618.6.camel>