Hello === Fri, 12 Aug 2005 00:57:09 +0200 === Christoph Wickert <christoph.wickert@xxxxxx> > Hello everybody, > > I have apache running on my machine with wordpress. There are a > couple off issues with php5 but in wordpress works - as long as I > have SELinux enabled. > > When I installed wordpress (in /var/www/html/blog) I had SELinux > enabled. When I now set selinux from enforcing to permissive wordpress > stops working and apache segfaults when someone tries to view the > blog. > > I have restarted apache with 'apachectl restart' and service httpd > 'restart', apache still segfaults. > > # service httpd restart > # tail -f /var/www/html/error_log > caught SIGTERM, shutting down > [Fri Aug 12 00:32:18 2005] [notice] suEXEC mechanism enabled > (wrapper: /usr/sbin/suexec) > [Fri Aug 12 00:32:19 2005] [notice] Digest: generating secret for > digest authentication ... > [Fri Aug 12 00:32:19 2005] [notice] Digest: done > [Fri Aug 12 00:32:19 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK > [Fri Aug 12 00:32:19 2005] [notice] LDAP: SSL support unavailable > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/lib/php/modules/mailparse.so' - /usr/lib/php/modules/ > mailparse.so: undefined symbol: mbfl_convert_filter_new in Unknown on > line 0 [Fri Aug 12 00:32:19 2005] [notice] mod_python: Creating 4 > session mutexes based on 256 max processes and 0 max threads. > [Fri Aug 12 00:32:19 2005] [notice] Apache/2.0.54 (Fedora) configured > -- resuming normal operations > > --trying to open /var/www/html/blog/index.php-- > > [Fri Aug 12 00:32:55 2005] [notice] child pid 7297 exit signal > Segmentation fault (11) > > Setting SELINUX to enforcing and 'apachectl restart' and everything is > fine again (although the php waring on restart remains). > > Ideas for further debugging? > > Christoph > Might not very helpful.. I tried this: * Set selinux to permissive mode * Start httpd and open php-session - No Errors Probably we have different setup/settings. I installed from php4 sources,did you installed a fc4-php5-rpm. I remember some issues with them which were reported to bugzilla. Dunno they got fixed. Find out. Good luck. Thomas