Please Help! Broke lots with apt-get...

1998-11-27 Thread Fred McDavid
Hi,

Scenario: apt-get update; apt-get upgrade

Somewhere in the middle, package installations are failing with:

 error in loading shared libraries
 /usr/lib/libstdc++-libc6.0-1.so.2: undefined symbol: __register_frame_info

I think I had managed to fix it once by downgrading libc to libc6_2.0.7u-5.deb

I then managed to unintentionally delete this file and I can't seem to locate 
it again.  Is there any good way to fix this without downgrading (some other 
packages want to see the unstable libc stuff)?

TIA,

Fred


Re: Please Help! Broke lots with apt-get...

1998-11-27 Thread Joop Stakenborg
 Hi,
 
 Scenario: apt-get update; apt-get upgrade
 
 Somewhere in the middle, package installations are failing with:
 
  error in loading shared libraries
  /usr/lib/libstdc++-libc6.0-1.so.2: undefined symbol: __register_frame_info
 
 I think I had managed to fix it once by downgrading libc to libc6_2.0.7u-5.deb
 
 I then managed to unintentionally delete this file and I can't seem to locate 
 it again.  Is there any good way to fix this without downgrading (some other 
 packages want to see the unstable libc stuff)?
 

Yes, wait for libstdc++2.9-2.91.59-1 to appear in the archives.
You must download it with ftp and then install with dpkg -i.
apt and dselect won't work.

 TIA,
 
 Fred
 
 

-- 

 Joop [EMAIL PROTECTED]
   


Re: Please Help! Broke lots with apt-get...

1998-11-27 Thread Mitch Blevins
Joop Stakenborg wrote:
  Hi,
  
  Scenario: apt-get update; apt-get upgrade
  
  Somewhere in the middle, package installations are failing with:
  
   error in loading shared libraries
   /usr/lib/libstdc++-libc6.0-1.so.2: undefined symbol: __register_frame_info
  
  I think I had managed to fix it once by downgrading libc to 
  libc6_2.0.7u-5.deb
  
  I then managed to unintentionally delete this file and I can't seem to 
  locate it again.  Is there any good way to fix this without downgrading 
  (some other packages want to see the unstable libc stuff)?
  
 
 Yes, wait for libstdc++2.9-2.91.59-1 to appear in the archives.
 You must download it with ftp and then install with dpkg -i.
 apt and dselect won't work.

Note that just getting libstdc++2.9-2.91.59-1 did not fix dselect for me.
I had to downgrade dpkg to the version in frozen.

You can get all the packages at http://blevins.simplenet.com/foobar/

-Mitch