https://issues.apache.org/bugzilla/show_bug.cgi?id=56413
--- Comment #6 from Jan Ehrhardt <[email protected]> --- After the upgrade of our dev server to Apache 2.4.9: bash-3.2# grep pcre /proc/5027/maps 7f3a3e96e000-7f3a3e9ab000 r-xp 00000000 ca:01 4654444 /usr/local/lib/libpcre.so.0.0.1 7f3a3e9ab000-7f3a3ebaa000 ---p 0003d000 ca:01 4654444 /usr/local/lib/libpcre.so.0.0.1 7f3a3ebaa000-7f3a3ebab000 rw-p 0003c000 ca:01 4654444 /usr/local/lib/libpcre.so.0.0.1 bash-3.2# strings /usr/local/lib/libpcre.so.0.0.1 | egrep -e '[0-9]\.[0-9]' GLIBC_2.3 GLIBC_2.2.5 8.20 2011-10-21 When I try to build PHP this happens: Sorry, I cannot run apxs. Possible reasons follow: 1. Perl is not installed 2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs 3. Apache was not built using --enable-so (the apxs usage page is displayed) The output of /usr/sbin/apxs follows: [Fri May 02 16:29:21.208426 2014] [core:crit] [pid 9049] AH00102: [Fri May 02 16:29:21 2014] file mod_setenvif.c, line 637, assertion "is_header_regex_regex != NULL" failed sh: line 1: 9049 Aborted /usr/sbin/httpd -l apxs:Error: Sorry, no shared object support for Apache. apxs:Error: available under your platform. Make sure. apxs:Error: the Apache module mod_so is compiled into. apxs:Error: your server binary `/usr/sbin/httpd'.. configure: error: Aborting *** There was an error while trying to configure php. Check the configure file -- 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]
