6.2 running 4.x binaries (missing libc.so.3)

Sergio Lenzi enigma at k1.com.br
Tue Mar 13 15:05:03 UTC 2007


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


More information about the freebsd-questions mailing list