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

--- Comment #4 from Rainer Jung <[email protected]> ---
Which version of PCRE is your running httpd actually using?

If you are not sure, you can try to inspect in the following way:

- Start httpd
- Check process id of parent process, say it is 1234
- "grep pcre /proc/1234/maps"
- The output should contain the pcre lib file name that actually gets used
- If that file was installed using an RPM check that RPM for version info.
- If not, you can do a
     strings /lib64/libpcre.so.0.0.1 | egrep -e '[0-9]\.[0-9]'
  (with appropriate change in path and maybe soname). The result contains a
version line similar to "6.6 06-Feb-2006". Which one is it?

Even if you installed a new version of pcre, please double check if your httpd
actually uses it.

Regards,

Rainer

-- 
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