Chris Gay wrote:
If I attempt to use libthread_db.so (i.e., I compile a
program specifying "-lthread_db" as an option to gcc),
I get several error messages complaining about
undefined references. These are functions such as
"ps_pdwrite", and other "proc service" functions that
are required by the thread debug stuff.


It looks to me like there should be another .so file
somewhere that provides these functions. I have a
routine that searches .so files for function exports,
but I cannot find "ps_pdwrite" anywhere. I have seen
this on both RH 7.3 and RH 9.0.

Am I missing a .so file? Or does a user of
libthread_db.so have to provide the needed functions.


Chris Gay



A google search on libthread_db.so shows that it is a component of compat-glibc. This is the URL:


http://at.rpmfind.net/opsys/linux/RPM/libthread_db.so.1.html

HTH

Bill Tangren



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to