2011-08-08

PHP on FreeBSD : Segmentation fault: 11 (core dumped)

PHP started dumping core after I upgraded MySQL to 5.5.
Everything worked fine, but a core was dumped every time, probably at the exit.

The solution was to rebuild PHP with the
"LINKTHR Link thread lib (for threaded extensions)"
option.

Later, I found a confirmation in this post

1 comment:

  1. You just saved my day.. been recompiling everything related to both MySQL and PHP and still without luck.. The solution above worked though, thanks!

    ReplyDelete