Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: more info in ./Config  (Read 4808 times)

0 Members and 1 Guest are viewing this topic.

katsklaw

  • Guest
more info in ./Config
« on: August 13, 2007, 11:26:55 PM »

I think that there should be some clues/hints in the Config script.

A perfect example is on Linux if mysql is not detected it's often because of the missing devel package/libraries. We could add information stating so like: "mysql not detected, your OS is Linux/POSIX based If you know you have mysql installed, it's possible you are missing the mysql-devel package".

I'm sure there are other examples, just none I can think of off the top of my head.

[Edited on 13-8-2007 by katsklaw]
Logged

UnDeRGoD

  • Anope User
  • Offline Offline
  • Posts: 13
(No subject)
« Reply #1 on: September 15, 2007, 04:42:38 PM »

Another problem could be your lib directory of mysql_config.

So, do mysql_config --libs and check which is the directory. After checking, please do whereis libmysqlclient.so. If the directory dont match, the problem is there. To fix the problem you have to do: cd /usr/bin && nano mysql_config, find "pkglibdir=" and put there the right dir of libmysqlclient.so.

[Edited on 15-9-2007 by UnDeRGoD]

[Edited on 15-9-2007 by UnDeRGoD]
Logged
Pages: [1]   Go Up