-
Documentation task
-
Resolution: Workaround proposed
-
Trivial
-
None
-
None
-
ia64
B.11.31
HP - UX
U
zabbix:4.0.3
-
Sprint 56 (Sep 2019), Sprint 55 (Aug 2019), Sprint 54 (Jul 2019), Sprint 57 (Oct 2019), Sprint 58 (Nov 2019), Sprint 59 (Dec 2019), Sprint 60 (Jan 2020)
Steps to reproduce:
- upload zabbix4.0.3.tar.gz
- gunzip zabbix4.0.3.tar.gz
- tar -xvf zabbix4.0.3.tar
- cd zabbix4.0.3
- ./configure --enable-agent
error from config.log:
Configure:12247:checking for libpcre support
Configure:12311:cc -o conftest -D_HPUX_API_LEVEL=20040821 -g -I/usr/local/include -L/usr/local/lib conftest.c -lm -lpcre >&5
Ld:Can't find library for -lpcre
#include <pcre.h> |
pcre * regexp =pcre_compile("test",PCRE_UTF8,&error,&error_offset,NULL); |
pcre_free(regexp); |
Configure:12340:error:Unable to use libpcre (libpcre check failed)
Before:
swinstall pcre-8.42-ia64_64-11.31.depot
software download from http://hpux.connect.org.uk/hppd/hpux/Languages/pcre-8.42/