概述
Centos5系统安装zabbix-agent
时提示缺少libpcre
依赖:
checking for libpcre support... no
configure: error: Unable to use libpcre (libpcre check failed)
解决办法
如果下载链接无法直接下载,可以浏览器下载后再进行上传。
wget https://netix.dl.sourceforge.net/project/pcre/pcre/8.40/pcre-8.40.tar.gz
tar -zxf pcre-8.40.tar.gz
cd pcre-8.40
./configure
make
make install