Цитата:
Сообщение от Катя.
|
http://ubuntuforums.org/showthread.php?t=573286
http://getmediacore.com/community/to...acore#post-263
Just run into the same issue whilst compiling something.
You need to install libmysqlclient[YOUR MYSQL VERSION NUMBER]-dev. To install from the repos, make sure your mysql version is the same as the latest in the repositories, then:
To find current version number:
Quote:
sudo aptitude search libmysqlclient
You'll see a package with number at after libmysqlclient. For example, at time of writing, it's 15, so it looks like this: libmysqlclient15-dev.
Then:
Quote:
sudo apt-get install libmysqlclient15-dev
That should install mysql_config for you. Hope this helps