Re: version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
On Tue, Aug 11, 2009 at 11:45 AM, Sven Joachim<svenjoac@gmx.de> wrote:
[cut]
>
> That does not seem to happen for me:
>
> ,----
> | % objdump -T /lib/i686/cmov/libc.so.6 | grep __libc_clntudp_bufcreate
> | 0010ad30 g DF .text 00000399 GLIBC_PRIVATE __libc_clntudp_bufcreate
> `----
>
>> What can I do with that? Does it seem to be a KDE3 bug or libc6 bug?
>
> Possibly you have a private copy of libc.so.6 somewhere. What does
> "ldd /lib/i686/cmov/libnsl.so.1" print?
>
> Sven
>
Thank you very much for your answer.
It seems that objdump reveals the same information as yours:
~/scripts/linux$ objdump -T /lib/i686/cmov/libc.so.6 | grep
__libc_clntudp_bufcreate
0010ad30 g DF .text 00000399 GLIBC_PRIVATE __libc_clntudp_bufcreate
ldd:
~/scripts/linux$ ldd /lib/i686/cmov/libnsl.so.1
linux-gate.so.1 => (0xf7f72000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xf7de0000)
/lib/ld-linux.so.2 (0xf7f73000)
Maybe the error message is misleading?
I can't think of any private copy of libc.so.6...
I tried to uninstall libc6-i686 - didn't help.
Any suggestions will be appreciated, as the only solution for
accessing smb is currently smbc, which is much less convenient than
kde tools.
Regards,
Robert
Reply to: