https://issues.apache.org/bugzilla/show_bug.cgi?id=56413

--- Comment #15 from [email protected] ---
The problem is that with the mentioned LD_LIBRARY_PATH the following PCRE
module gets loaded:
libpcre.so.0 => /lib64/libpcre.so.0
libz.so.1 => /lib64/libz.so.1

While it should be:
libpcre.so.0 => /usr/local/lib/libpcre.so.0
libz.so.1 => /usr/local/lib/libz.so.1

So it might be that there were some changes in required version of PCRE in
Apache 2.4.9. And the issue is PCRE-related.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to