[PHP-DEV] PHP 4.0 Bug #4970 Updated: when typing apachectl restart i get " 11566 segmentation fault core dumped From: Bug Database (php-dev <email protected>)
Date: 08/06/00

ID: 4970
Updated by: rasmus
Reported By: lazybrain <email protected>
Status: Closed
Bug Type: Installation problem
Assigned To:
Comments:

Not nearly enough information to go on here. A possible cause is that you are using a version of the mysql client library linked against pthreads. Recompile your mysql client library from source to fix this. You could also be using another Apache module that uses a different version of the mysql client library. Use --with-mysql=/usr/local (or whatever is appropriate for you) to make sure PHP uses that same library.
But, without more information, like your configure switches, it is impossible to help you further.

Full Bug description available at: http://bugs.php.net/?id=4970

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>