Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Error while loading m_mysql (file does not exist)  (Read 3593 times)

0 Members and 1 Guest are viewing this topic.

Kaj

  • Anope User
  • Offline Offline
  • Posts: 11
Error while loading m_mysql (file does not exist)
« on: August 16, 2013, 12:22:50 PM »

Hey,

I've just installed Anope 1.9.8 and I tried to enable the mysql features for chanstats etc.. So I loaded m_mysql in modules.conf:

Quote
module { name = "m_mysql" }

When I try to start the services now, I get this error:

Quote
admin@vps:~/services/bin$ ./services
Anope 1.9.8, build #2, compiled 12:08:11 Aug 16 2013
Using configuration file conf/services.conf
Error while loading m_mysql (file does not exist)

So i checked my ~/services/lib/modules/ directory, and I noticed all modules are compiled, except m_mysql.. So I went searching in the anope source folder and found the m_mysql.cpp file in '~/anope-1.9.8-source/modules/extra/'

How does it come that this module isn't compiled during the install? How can I solve this problem?

Grtz,

Kaj
Logged

Kaj

  • Anope User
  • Offline Offline
  • Posts: 11
Re: Error while loading m_mysql (file does not exist)
« Reply #1 on: August 16, 2013, 12:55:20 PM »

Problem solved by installing libmysqlclient-dev package and re-configuring
Logged
Pages: [1]   Go Up