Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Assistance with MySQL, Anope latest from git.  (Read 6478 times)

0 Members and 1 Guest are viewing this topic.

A

  • Anope User
  • Offline Offline
  • Posts: 21
Assistance with MySQL, Anope latest from git.
« 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
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Assistance with MySQL, Anope latest from git.
« Reply #1 on: December 03, 2011, 11:31:27 PM »

Which OS? and show make VERBOSE=1 building m_mysql
Logged

A

  • Anope User
  • Offline Offline
  • Posts: 21
Re: Assistance with MySQL, Anope latest from git.
« Reply #2 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.
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Assistance with MySQL, Anope latest from git.
« Reply #3 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
Logged

A

  • Anope User
  • Offline Offline
  • Posts: 21
Re: Assistance with MySQL, Anope latest from git.
« Reply #4 on: December 03, 2011, 11:43:41 PM »

Still hit same error  :-\
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Assistance with MySQL, Anope latest from git.
« Reply #5 on: December 03, 2011, 11:45:52 PM »

Well yes but I wanted to see the error, with VERBOSE=1
Logged

A

  • Anope User
  • Offline Offline
  • Posts: 21
Re: Assistance with MySQL, Anope latest from git.
« Reply #6 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!
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Assistance with MySQL, Anope latest from git.
« Reply #7 on: December 04, 2011, 12:19:15 AM »

git pull and try.
Logged

A

  • Anope User
  • Offline Offline
  • Posts: 21
Re: Assistance with MySQL, Anope latest from git.
« Reply #8 on: December 04, 2011, 12:25:36 AM »

That resolved the issue!  :D Thanks
Logged
Pages: [1]   Go Up