Greetings,
Desperately trying to add a couple of legacy i686 boxes to monitoring and unable to find a pre-compiled solution, I tried to build my own. Unfortunately, the process is failing during configure.
I have the libs installed:
Do I have the wrong version of libpcre?
Here's the CentOS version I'm trying to build on:
Any suggestions appreciated,
MB
Desperately trying to add a couple of legacy i686 boxes to monitoring and unable to find a pre-compiled solution, I tried to build my own. Unfortunately, the process is failing during configure.
Code:
root@cense:/usr/local/src/zabbix-4.2.1 # ./configure --enable-agent --with-libpcre-lib=/usr/lib checking... <truncated for brevity> checking for libpcre support... configure: error: Unable to use libpcre (libpcre check failed) root@cense:/usr/local/src/zabbix-4.2.1 #
Code:
root@cense:/usr/local/src/zabbix-4.2.1 # rpm -ql pcre /usr/lib/libpcre.so.1 /usr/lib/libpcre.so.1.2.0 /usr/lib/libpcre16.so.0 /usr/lib/libpcre16.so.0.2.0 /usr/lib/libpcre32.so.0 /usr/lib/libpcre32.so.0.0.0 /usr/lib/libpcrecpp.so.0 /usr/lib/libpcrecpp.so.0.0.0 /usr/lib/libpcreposix.so.0 /usr/lib/libpcreposix.so.0.0.1 /usr/share/doc/pcre-8.32 /usr/share/doc/pcre-8.32/AUTHORS /usr/share/doc/pcre-8.32/COPYING /usr/share/doc/pcre-8.32/ChangeLog /usr/share/doc/pcre-8.32/LICENCE /usr/share/doc/pcre-8.32/NEWS /usr/share/doc/pcre-8.32/README
Here's the CentOS version I'm trying to build on:
Code:
root@cense:/usr/local/src/zabbix-4.2.1 # cat /etc/redhat-release CentOS Linux release 7.6.1810 (AltArch)
Any suggestions appreciated,
MB
Comment