Debian's "unstable" dist is using libc6 2.2.2 ...
Quick and dirty dist upgrade:
$ sed s/stable/unstable/ /etc/apt/sources.list > ~/sources.new
$ sudo cp ~/sources.new /etc/apt/sources.list
$ sudo apt-get update
$ sudo apt-get install apt-utils; echo "glad I did that first\n"
$ sudo apt-get dist-upgrade

On Sat, May 05, 2001 at 11:33:22PM -0700, Cory Petkovsek wrote:
> >From linuxtoday:
> 
> http://linuxtoday.com/news_story.php3?ltsn=2001-05-05-006-20-PS-DB-HL
> 
> Pinehead.com: Upgrading libc6 to glibc 2.2
> in Debian
> May 5, 2001, 14 :00 UTC (4 Talkback[s]) (806 reads) (Other
> stories by Gothstone)
> 
> 
> [ Thanks to Gothstone for this link. ] 
> 
> Problem: Good old Debian only uses glibc2.1, and you have
> something that needs 2.2. Apt-get insists you have the newest
> version. 
> 
> Solution: Tell apt-get to get it from a different, but compatable
> distribution, namely progeny. Progeny is a new dist of debian, with
> many new features, including a new version of libc6. 
> 1. Add a line to the top of the /etc/apt/sources.list file: deb
> http://archive.progeny.com/progeny main contrib 
> 2. Run the command: # apt-get update 
> 3. Run the command: # apt-get upgrade libc6 
> 4. Let it do anything it suggests 
> 

Reply via email to