When using a script to install zabbix, centos6.6 reports MySQL library not found
The code is as shown on the right
< /p>
Executing yum install mysql-dev still doesn’t work.
If you have encountered this problem, please help to answer it
phpcn_u15822017-05-16 13:12:36
Ubuntu and debian systems are apt-get install mysql-dev
centos and redhat systems are yum install mysql-devel
You can try it