Anope IRC Services

Anope Development => Feature Requests => Topic started by: katsklaw on August 13, 2007, 11:26:55 PM

Title: more info in ./Config
Post by: katsklaw 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]
Title:
Post by: UnDeRGoD 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]