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

Startseite

Nachricht beantworten
Autor: Vic
Datum:  
To: Hampshire LUG Discussion List
Betreff: 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.