I'm trying to install Zabbix agent on AWS machine in order to monitor Wowza service running there.
I'm following this guide: https://gvjscribbles.wordpress.com/2...-ec2-instance/
Agent Version: 3.4.15 (from: https://sourceforge.net/projects/zab...Stable/3.4.15/).
Error: configure: error: Unable to use libpcre (libpcre check failed)
Library version:
Here I see suggested solution is to link files, however I have only so.0 version available there.
Any suggestion on how to proceed here, or perhaps I'm trying to approach this from wrong end?
I'm following this guide: https://gvjscribbles.wordpress.com/2...-ec2-instance/
Agent Version: 3.4.15 (from: https://sourceforge.net/projects/zab...Stable/3.4.15/).
Error: configure: error: Unable to use libpcre (libpcre check failed)
Library version:
Code:
[ec2-user@ip-xxx-xx-xxx-xx zabbix-3.4.15]$ rpm -qa | grep pcre pcre-8.21-7.8.amzn1.x86_64 [ec2-user@ip-xxx-xx-xxx-xx zabbix-3.4.15]$ rpm -ql pcre /lib64/libpcre.so.0 /lib64/libpcre.so.0.0.1 /usr/lib64/libpcrecpp.so.0 /usr/lib64/libpcrecpp.so.0.0.0 /usr/lib64/libpcreposix.so.0 /usr/lib64/libpcreposix.so.0.0.0 /usr/share/doc/pcre-8.21 /usr/share/doc/pcre-8.21/AUTHORS /usr/share/doc/pcre-8.21/COPYING /usr/share/doc/pcre-8.21/ChangeLog /usr/share/doc/pcre-8.21/LICENCE /usr/share/doc/pcre-8.21/NEWS /usr/share/doc/pcre-8.21/README [ec2-user@ip-xxx-xx-xxx-xx zabbix-3.4.15]$
Any suggestion on how to proceed here, or perhaps I'm trying to approach this from wrong end?
Comment