On 2012/10/12 04:43, Jeremy Evans wrote: > The io executable does not link with pthread, but some of the addons do, > so you need to use LD_PRELOAD=libpthread.so to use some of them > (including the Socket extension, probably due to its use of libevent2).
Is there a downside to just forcing the executable to link with -lpthread?
