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
業(yè)精于勤,荒于嬉;行成于思,毀于隨。
Ubuntu and debian systems are apt-get install mysql-dev
centos and redhat systems are yum install mysql-devel
You can try it