Hi Karel,

Karel Kulhavy wrote on Tue, Feb 13, 2007 at 11:21:19AM +0100:

> Now I avoided the NTPL problem by removing the redhat base and
> copying only the libraries that printed an error that it wants
> them.

No comment whether this is a good or a bad idea.
In case you get lost in the Linux lib* jungle, err, well...

> But when I copied libstdc++.so.6 it now print:
> [EMAIL PROTECTED]:~$ ./ekiga
> ./ekiga: error while loading shared libraries: libstdc++.so.6:
>   cannot handle TLS data

Probably, you took the wrong file.
Some libraries exist *twice* on Linux with identical file names:

[EMAIL PROTECTED]:~$ uname -a
Linux donnerwolke.usta.de 2.6.16 #1 SMP
  Mon Aug 14 19:46:21 CEST 2006 i686 GNU/Linux

[EMAIL PROTECTED]:~$ ls -al /lib/libc-* /lib/tls/libc-*
-rwxr-xr-x  1 root root 1244752 Apr 19  2006 /lib/libc-2.3.2.so
-rwxr-xr-x  1 root root 1254660 Apr 19  2006 /lib/tls/libc-2.3.2.so

[EMAIL PROTECTED]:/raid/ftpd$ cmp /lib/libc-* /lib/tls/libc-*
/lib/libc-2.3.2.so /lib/tls/libc-2.3.2.so differ: char 25, line 1

You may call this wierd, but it won't help you.  ;-)

Yours,
  Ingo

Reply via email to