[ZBX-12798] configure: error: Unable to use libpcre (libpcre check failed) on HP-UX Created: 2017 Sep 29 Updated: 2025 Sep 23 Resolved: 2017 Nov 24 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Installation (I) |
Affects Version/s: | 3.4.2 |
Fix Version/s: | 3.4.5rc1, 4.0.0alpha1, 4.0 (plan) |
Type: | Problem report | Priority: | Minor |
Reporter: | Andrius Umbrasas | Assignee: | Valdis Kauķis (Inactive) |
Resolution: | Fixed | Votes: | 0 |
Labels: | agent, configure, hp-ux | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
HP-UX 11.31 |
Attachments: |
![]() |
||||
Issue Links: |
|
||||
Team: | |||||
Sprint: | Sprint 21 | ||||
Story Points: | 0.25 |
Description |
pcre libs from http://hpux.connect.org.uk/hppd/hpux/Languages/pcre-8.41/ Configuring source with options: According to config.log, pcreposix lib is wrongly expected at /usr/local/lib/hpux32/lib, though should be at /usr/local/lib/hpux32/ Configuring --with-libpcre=/usr/local/lib/hpux32/lib fails when searching in /usr/local/lib/hpux32/lib/lib Workaround: |
Comments |
Comment by Andris Mednis [ 2017 Sep 29 ] |
I think we should add '--with-libpcre-lib' to "configure" script for such situations. |
Comment by Fernando Rogerio [ 2017 Oct 11 ] |
install libpcre3-dev |
Comment by Vladislavs Sokurenko [ 2017 Nov 24 ] |
Successfully tested with small related improvement in r74987 |
Comment by Valdis Kauķis (Inactive) [ 2017 Nov 24 ] |
Available in:
|
Comment by Valdis Kauķis (Inactive) [ 2017 Nov 24 ] |
User is supposed to use ./configure --help where the option is described. |
Comment by Bill Maloney [ 2018 Jul 17 ] |
I am getting configure: error: Unable to use libpcre (libpcre check failed). |
Comment by Andris Mednis [ 2018 Jul 17 ] |
Is there libpcre (with header files) installed on your HP-UX ? |