Edit report at https://bugs.php.net/bug.php?id=64617&edit=1
ID: 64617 Updated by: ahar...@php.net Reported by: php at paulisageek dot com Summary: --with-pcre-regex doesn't scan subdirectories -Status: Open +Status: Feedback Type: Bug Package: PCRE related Operating System: unix PHP Version: 5.4.13 Block user comment: N Private report: N New Comment: Does --with-libdir=lib64 allow configure to work? Previous Comments: ------------------------------------------------------------------------ [2013-04-09 21:00:22] php at paulisageek dot com Description: ------------ on my machine (CentOS) the libpcre.a is in /usr/lib64/ and the pcre.h is in /usr/include If I try --with-pcre-regex=/usr then it can't find the library. Test script: --------------- ./compile --with-pcre-regex=/usr Expected result: ---------------- It compiles. Actual result: -------------- checking for PCRE library location... configure: error: Could not find libpcre. (a|so) in /usr ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64617&edit=1