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

Top Page

Reply to this message
Author: Vic
Date:  
To: Hampshire LUG Discussion List
Subject: 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.