Problem with shared libraries in Red Hat 7.2

Francisco Vaucher <[email protected]>
Newsgroups gmane.linux.redhat.release.guinness
Message-ID <[email protected]>
Hi,
I have a problem and I can't find any solution.
When I run some applications, even at startup, I get this message:
"error while loading shared libraries: /lib/i686/libpthread.so.0: undefined
symbol: _dl_cpuclock_offset"

when I exec: 

// 

sh# ldd /lib/i686/libpthread.so.0
	libc.so.6 => /lib/i686/libc.so.6 (0x40020000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

sh# ldd -r /lib/i686/libpthread.so.0
	libc.so.6 => /lib/i686/libc.so.6 (0x40020000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

	undefined symbol: _dl_cpuclock_offset (/lib/i686/libpthread.so.0)

sh# nm /lib/i686/libpthread.so.0 | grep _dl_cpu
	U _dl_cpuclock_offset

//


Notice that here the "_dl_cpuclock_offset" shows a U flag (U for undefined).
I don't know if it's a linking problem or a missed library, or some kind of
bug.
Did anyone have this problem or similar with other objects?

A place to search for libraries documentation also would be apreciated

Best regards,


Francisco M. Vaucher
Departamento IT
Tyco / ADT Security Services
Buenos Aires - Argentina
mailto:[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.