1)報錯: configure: error: MySQL library not found mysql
# find / -name "mysql_config" /usr/local/mysql/bin/mysql_config # ./configure --with-mysql=/usr/local/mysql/bin/mysql_config
2)報錯:configure: error: LIBXML2 library not foundsql
# yum install libxml2-devel -y
3)報錯:configure: error: Invalid Net-SNMP directory - unable to find net-snmp-configcurl
# yum install net-snmp-devel -y
4)報錯:configure: error: Unable to use libevent (libevent check failed)url
# yum install libevent-devel -y
5)報錯:configure: error: Curl library not foundspa
# yum install curl-devel -y
6)報錯:configure: error: Unable to use libpcre (libpcre check failed)code
# yum install pcre* -y