Re: [Hampshire] [Geeky] Semaphores and shared libraries...

Αρχική Σελίδα

Reply to this message
Συντάκτης: Vic
Ημερομηνία:  
Προς: Hampshire LUG Discussion List
Αντικείμενο: Re: [Hampshire] [Geeky] Semaphores and shared libraries...
> Hi,
> The symbols you want are in the library libpthread.so.0 I found mine
> in /lib


Yes - that's where I was looking.

It turned out that if I specified the library with a full path, the
resolution failed. If I let dlopen() search for the lib, I can suddenly
resolve symbols in it :-)

Looks like I've got a bug. Thanks for the help, everyone!

Vic.