Hi,
I installed Apache2, MySQL, PHP5.
When I want to execute :
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl
I got this error :
configure: error: Not found MySQL library
MySQL is installed :
zabbix:~ # rpm -q mysql
mysql-5.0.67-13.15
In another post, the solution was to install mysql devel library.
But in Sles 11, I don't find it!
Could you help me ?
Thank you,
Philippe
I installed Apache2, MySQL, PHP5.
When I want to execute :
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl
I got this error :
configure: error: Not found MySQL library
MySQL is installed :
zabbix:~ # rpm -q mysql
mysql-5.0.67-13.15
In another post, the solution was to install mysql devel library.
But in Sles 11, I don't find it!
Could you help me ?
Thank you,
Philippe
Comment