If you build mod_perl and mod_php in the same binary, you might get a segmentation fault followed by this error:
exit signal Segmentation fault (11)
The solution is to not rely on PHP's built-in MySQL support, and instead build mod_php with your local MySQL support files by adding —with-mysql=/path/to/mysql during ./configure.
 
Continue to: