ID: 39333 Updated by: [EMAIL PROTECTED] Reported By: swolf at fortressitx dot com -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: CentOS 4.4 64-bit PHP Version: 5.1.6 New Comment:
Thanks for the clarification. Not PHP problem. Previous Comments: ------------------------------------------------------------------------ [2006-11-01 14:22:36] swolf at fortressitx dot com Description: ------------ Loading libphp5.so; undefined symbol: zend_qsort Reproduce code: --------------- See Bug #39200 Expected result: ---------------- See Bug #39200 Actual result: -------------- This problem is the result of making configure changes but not running a "make clean" before rebuilding PHP. If you get "Loading libphp5.so; undefined symbol: zend_qsort" when you start Apache, return to the PHP build directory and: make clean make make install The problem will disappear. (Been there, done that) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39333&edit=1