Skip to Content.
Sympa Menu

baslinux - Re: [BL] New error message

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] New error message
  • Date: Wed, 5 May 2004 18:27:12 +1200

Matrix Mole wrote:
>
> ----------
> -rwxr-xr-x 1 root root 1013224 Jan 27 2003 libc-2.1.3.so*
> lrwxrwxrwx 1 root root 13 Jan 4 09:19 libc.so.6 ->
> libc-2.1.3.so*
> ----------
>
> How would I go about linking the 2.1.3 so that it thinks its 2.1.2 as
> well?

---------------------------------
ln -s libc-2.1.3.so libc-2.1.2.so
---------------------------------
There is no guarantee this will fix your problem. I'm not really
sure why your software is falling over on this. I assume it is
looking for libc-2.1.2.so -- what did it say in the error message?
I'm just trying to give it what it's looking for.

Cheers,
Steven





Archive powered by MHonArc 2.6.24.

Top of Page