Open ghost opened 11 years ago
Those line numbers indicate that dlopen() returned NULL. Add the following line in libmowgli-2/src/libmowgli/module/loader_posix.c, just above the first return_val_if_fail in the file:
mowgli_log("%s", dlerror());
Then recompile Atheme, and try to load the module again.
I'll do that tomorrow.
Sorry, I haven't had the time to set up a testnet yet. I'll try to do it sometime this week.
ns_mxcheck
andns_mxcheck_async
fails to load with an assertion error: