mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Mldonkey-users] Error on 2.5.3


From: Rod Jenkins
Subject: RE: [Mldonkey-users] Error on 2.5.3
Date: Mon, 29 Sep 2003 09:35:24 -0500

Problem fixed.  Instead of using the static libraries, I switched to the
shared.



-----Original Message-----
From: André Heßling [mailto:address@hidden
Sent: Thursday, September 25, 2003 10:52 AM
To: address@hidden
Subject: Re: [Mldonkey-users] Error on 2.5.3


On Thu, 25 Sep 2003 09:53:51 -0500
Rod Jenkins <address@hidden> wrote:

> I am trying to upgrade to 2.5.3.
> 
> When I start mlnet, I get the following output:
> 
> Resolving [foo.com] ...cannot handle file 'libc.so.6' with TLS data
> 
> I am running red hat 9.
> 
> Thanks,
> rod.

Hi!

This might solve your problem:
http://www.involution.com/tls.php

I've included it below.
-------------------------------------

Howto Solve the glibc/rpm Catch-22
February 21, 2003
Tony Perrie

After running rpm today, I was greeted with this lovely message:
"Cannot handle file 'libc.so.6' with TLS data". I reasoned that this
was due to the fact that I updated a cadre of RPMs earlier in the
week. I found that it actually stems from the fact that I updated
glibc without updating the rpm package itself (the package that
contains the rpm command). So, since the rpm installer was busted, how
do you update the rpm package? A classic "Catch-22" problem that the
famous Steve Fox knew how to solve. There's a little known command
installed with rpm called rpm2cpio that can dump the files from an rpm
wherever you tell it. Here's how I fixed it.

I downloaded the following files to ~/rpmdir:

rpm-4.2-0.68.i386.rpm
rpm-build-4.2-0.68.i386.rpm
rpm-devel-4.2-0.68.i386.rpm
rpm-python-4.2-0.68.i386.rpm
elfutils-0.76-2.i386.rpm
elfutils-devel-0.76-2.i386.rpm
elfutils-libelf-0.76-2.i386.rpm
popt-1.8-0.68.i386.rpm
redhat-rpm-config-8.0.20-1.noarch.rpm

Then, I installed the elfutils and rpm packages at the root directory
aka '/'.

trogdor> cd /
trogdor> sudo rpm2cpio ~hoyhoy/rpmdir/rpm-*  ~hoyhoy/rpmdir/elfutils-*
| sudo cpio -ivd
trogdor> sudo rm -f /var/lib/rpm/__db.00*
trogdor> sudo ldconfig
trogdor> cd ~/rpmdir
trogdor> sudo rpm -Uvh *.rpm
trogdor> sudo rpm -rebuilddb

-- 
Regards, André


_______________________________________________
Mldonkey-users mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/mldonkey-users




reply via email to

[Prev in Thread] Current Thread [Next in Thread]