Показать сообщение отдельно
Старый 24.02.2011, 19:18   #10   
Форумец
 
Аватар для Spectator
 
Сообщений: 45,087
Регистрация: 27.05.2003
Возраст: 48

Spectator вне форума Не в сети
Цитата:
Сообщение от Катя. Посмотреть сообщение
Spectator, извините. у меня дебиан. и zabbix под винду не собирается http://www.zabbix.com/download.php
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