Re: libc.so.3 not found

2003-09-01 Thread Larry Rosenman


--On Monday, September 01, 2003 13:59:42 +0200 Nelis Lamprecht 
[EMAIL PROTECTED] 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 ?
set COMPAT3X=yes in /etc/make.conf, and
cd /usr/src/lib/compat/compat3x.i386
make
make install
make clean
will do it.

LER

Thanks!

Nelis

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libc.so.3 not found

2003-09-01 Thread Todd Stephens
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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libc.so.3 not found

2003-09-01 Thread Todd Stephens
On Monday 01 September 2003 08:07 am, Larry Rosenman wrote:

 set COMPAT3X=yes in /etc/make.conf, and
 cd /usr/src/lib/compat/compat3x.i386
 make
 make install
 make clean

 will do it.

I suppose my earlier reply can be disregarded.  My suggestion works for 
some libraries, but I see it may not work for this one.

-- 
Todd Stephens
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libc.so.3 not found

2003-09-01 Thread Ruben de Groot
On Mon, Sep 01, 2003 at 01:59:42PM +0200, Nelis Lamprecht typed:
 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 ?

/usr/ports/misc/compat3x

Ruben

 
 Thanks!
 
 Nelis
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libc.so.3 not found

2003-09-01 Thread Peter Elsner
Probably the compatibility libraries...

/usr/ports/misc/compat22, compat3x, compat4x

Peter Elsner



At 01:59 PM 9/1/2003 +0200, you 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 ?

Thanks!

Nelis

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]