Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2003 08:09:57 -0400
From:      Todd Stephens <tbstep@tampabay.rr.com>
To:        questions@freebsd.org
Subject:   Re: libc.so.3 not found
Message-ID:  <200309010809.57836.tbstep@tampabay.rr.com>
In-Reply-To: <1062417582.90127.90.camel@enigma.8ball.co.za>
References:  <1062417582.90127.90.camel@enigma.8ball.co.za>

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



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