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