Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Kenneth Clement on March 21, 2019, 12:07:29 AM

Title: Anope 2.06: can't load modules
Post by: Kenneth Clement on March 21, 2019, 12:07:29 AM
Can't load installed modules: webcpanel, db_sql_live, m_xmlrpc_main, ...

[00:24] -> *OperServ* modload db_sql_live
[00:24] -OperServ- Unable to load module db_sql_live.

[00:24] -> *OperServ* modload webcpanel
[00:24] -OperServ- Unable to load module webcpanel.

[00:26] -> *OperServ* modload m_xmlrpc_main
[00:26] -OperServ- Unable to load module m_xmlrpc_main.

These modules are in my /lib/modules/ (webcpanel.so as example) and in my config file. Tried to load the modules in services.conf and also with the modules.conf file.

Does sombody has an idea what could be the problem? Already tried ./Config - make - make install again... the modules did install fine.
Title: Re: Anope 2.06: can't load modules
Post by: CrazyCat on March 22, 2019, 07:40:27 AM
Did you enable them with the ./extras command before compiling anope ?
Title: Re: Anope 2.06: can't load modules
Post by: Kenneth Clement on March 27, 2019, 01:59:25 PM
Yes i did.