libc.so.3 not found

Todd Stephens tbstep at tampabay.rr.com
Mon Sep 1 05:14:20 PDT 2003


On Monday 01 September 2003 07:59 am, Nelis Lamprecht wrote:
> Hi,
>
> Running a program ( Mcafee Viruscan ) and I get the following:
>
> pandora# ./uvscan
> /usr/libexec/ld-elf.so.1: Shared object "libc.so.3" not found
>
> I'm using 4.8 Stable. Which port will give me this library ?
>

On my 4.8 I have libc.so.4 in /usr/lib.  I'm not sure what put it there, 
but check to see what you have.  If it is higher than 3, you could:

#cd /usr/lib
#ln -s libc.so.4 libc.so.3

See if that works.

-- 
Todd Stephens


More information about the freebsd-questions mailing list