Re: Beware of sid (today at least)

2002-11-14 Thread Laurent Luyckx
A simple workaround (in case of) it's to make a symlink to the other
library...

ln -s libstdc++libc6.2-2.so.3 libstdc++-libc6.2-2.so.3

(assuming that you're on /usr/lib)

On Thu, 2002-11-14 at 16:53, Dale Amon wrote:
> Here's a warning for all who live on the wild side: Sid 
> updates as of this moment in time have a dangerous 
> problem. They are de-installing a lib right out
> from under dselect and apt.
> 
> apt-config: error while loading shared libraries: libstdc++-libc6.2-2.so.3: 
> cannot open shared object file: No such file or directory
> 
> Make sure you keep a spare copy of /usr/lib/libstdc++-libc6.2-2.so.3
> so you can move it back into place after the update.
> 
> If you don't you, you just might be in a non-rebootable state...
> I don't know for sure because I wasn't dumb enough to try :-)
> 
> -- 
> --
> Nuke bin Laden:   Dale Amon, CEO/MD
>   improve the global  Islandone Society
>  gene pool.   www.islandone.org
> --
-- 
Laurent Luyckx



Re: Beware of sid (today at least)

2002-11-14 Thread Teun Vink
On Thu, 2002-11-14 at 16:53, Dale Amon wrote:
> Here's a warning for all who live on the wild side: Sid 
> updates as of this moment in time have a dangerous 
> problem. They are de-installing a lib right out
> from under dselect and apt.
> 
> apt-config: error while loading shared libraries: libstdc++-libc6.2-2.so.3: 
> cannot open shared object file: No such file or directory
> 
> Make sure you keep a spare copy of /usr/lib/libstdc++-libc6.2-2.so.3
> so you can move it back into place after the update.

As can be seen apt's messages in #debian:

ln -svf /usr/lib/libstdc++libc6.2-2.so.3 /usr/lib/libstdc++-libc6.2-2.so.3

fixes the problem.


Teun Vink



Re: Beware of sid (today at least)

2002-11-14 Thread Laurent Luyckx
A simple workaround (in case of) it's to make a symlink to the other
library...

ln -s libstdc++libc6.2-2.so.3 libstdc++-libc6.2-2.so.3

(assuming that you're on /usr/lib)

On Thu, 2002-11-14 at 16:53, Dale Amon wrote:
> Here's a warning for all who live on the wild side: Sid 
> updates as of this moment in time have a dangerous 
> problem. They are de-installing a lib right out
> from under dselect and apt.
> 
> apt-config: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot 
>open shared object file: No such file or directory
> 
> Make sure you keep a spare copy of /usr/lib/libstdc++-libc6.2-2.so.3
> so you can move it back into place after the update.
> 
> If you don't you, you just might be in a non-rebootable state...
> I don't know for sure because I wasn't dumb enough to try :-)
> 
> -- 
> --
> Nuke bin Laden:   Dale Amon, CEO/MD
>   improve the global  Islandone Society
>  gene pool.   www.islandone.org
> --
-- 
Laurent Luyckx


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Beware of sid (today at least)

2002-11-14 Thread Teun Vink
On Thu, 2002-11-14 at 16:53, Dale Amon wrote:
> Here's a warning for all who live on the wild side: Sid 
> updates as of this moment in time have a dangerous 
> problem. They are de-installing a lib right out
> from under dselect and apt.
> 
> apt-config: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot 
>open shared object file: No such file or directory
> 
> Make sure you keep a spare copy of /usr/lib/libstdc++-libc6.2-2.so.3
> so you can move it back into place after the update.

As can be seen apt's messages in #debian:

ln -svf /usr/lib/libstdc++libc6.2-2.so.3 /usr/lib/libstdc++-libc6.2-2.so.3

fixes the problem.


Teun Vink


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]