Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: PCRE-config error on running apr config |
|
Author |
|
sherigarvikram
Joined: 01 Mar 2018 Posts: 1
|
Posted: Thu 01 Mar '18 14:46 Post subject: PCRE-config error on running apr config |
|
|
Hi All
I'm getting a weird error while trying to build APR 1.6.3 on my CentOS system
Quote: | checking for pcre-config... false
configure: error: pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/ |
I have PCRE installed on my system and I've verified the same.
This is the command that I'm firing to perform APR configure:
Code: | CFLAGS=-O2 CPPFLAGS="-I$OPENSSL_ROOT/include" LDFLAGS="-L$OPENSSL_ROOT/lib $LDFLAGS" CONFIG_SHELL="/bin/bash" ./configure |
In fact it works perfectly fine for APR 1.5.x!
So my question is:
Is there any change in APR 1.6.X that needs you to specifically define/avoid pcre while execting the config command? Or is there any Env variable that needs to be set to avoid this issue?
Thanks in advance! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|