You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ns_mxcheck
andns_mxcheck_async
fails to load with an assertion error:The text was updated successfully, but these errors were encountered: