Now, it works using your advice, the following at startup export LD_PRELOAD=/usr/lib/libpthread.so.18.0
Thank you very much. -- On 01.07.2014 03:14, Stuart Henderson wrote:
dlopen() doesn't automatically pull in libpthread. Either the main program must be linked against it, or you need LD_PRELOAD.