On 06/29/16 18:58, Ted Unangst wrote:
Federico Giannici wrote:
Jun 29 17:18:37 eowyn2 openser: ERROR: load_module: could not open
module </usr/local/lib/openser/modules/mysql.so>: Cannot load specified
object
I repeat that:
1) The same source had no problem under OpenBSD 5.3.
2) All other modules are correctly loaded, only this one give error.
Now, what could be the problem?
How can I find what is the specific problem?
I'd like to have a more specific error instead of "Cannot load specified
object". Is there any way?
Something changed in dlopen() between OpenBSD 5.3 and 5.9?
Probably need to link openser with libpthread. or use
LD_PRELOAD=libpthread.so.
Yes, it was it!
([email protected] already told me)
Thank you everybody...