Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: A on December 03, 2011, 11:26:29 PM

Title: Assistance with MySQL, Anope latest from git.
Post by: A on December 03, 2011, 11:26:29 PM
When starting services, I hit this error. Can anyone advise? Thanks!
./services: symbol lookup error: /home/alpha/services/data/modules/runtime/m_mysql.so.zH2O1E: undefined symbol: mysql_init

Anope 1.9.6-g620c08b-with-bacon-and-eggs (109), build #2, compiled 11:55:53 Dec  3 2011
Title: Re: Assistance with MySQL, Anope latest from git.
Post by: Adam on December 03, 2011, 11:31:27 PM
Which OS? and show make VERBOSE=1 building m_mysql
Title: Re: Assistance with MySQL, Anope latest from git.
Post by: A on December 03, 2011, 11:36:31 PM
Ubuntu 11.10

$ make VERBOSE=1 building m_mysql
make: *** No rule to make target `building'.  Stop.
Title: Re: Assistance with MySQL, Anope latest from git.
Post by: Adam on December 03, 2011, 11:37:29 PM
I meant build m_mysql using make VERBOSE=1

Try touch ../modules/extra/m_myslq.cpp && make VERBOSE=1
Title: Re: Assistance with MySQL, Anope latest from git.
Post by: A on December 03, 2011, 11:43:41 PM
Still hit same error  :-\
Title: Re: Assistance with MySQL, Anope latest from git.
Post by: Adam on December 03, 2011, 11:45:52 PM
Well yes but I wanted to see the error, with VERBOSE=1
Title: Re: Assistance with MySQL, Anope latest from git.
Post by: A on December 04, 2011, 12:05:19 AM
That's generating so much output I can't even go back and see it all  :( Help LOL!
Title: Re: Assistance with MySQL, Anope latest from git.
Post by: Adam on December 04, 2011, 12:19:15 AM
git pull and try.
Title: Re: Assistance with MySQL, Anope latest from git.
Post by: A on December 04, 2011, 12:25:36 AM
That resolved the issue!  :D Thanks