[PHP-DEV] PHP 4.0 Bug #5902 Updated: Apache(apxs w/ php) fails to start From: Bug Database (php-dev <email protected>)
Date: 08/04/00

ID: 5902
Updated by: rasmus
Reported By: mathison <email protected>
Status: Closed
Bug Type: Reproduceable crash
Assigned To:
Comments:

This is due to a glibc-2.1.x bug which prevents a binary (httpd in this case) from loading a shared library (libphp4.so) when the binary has not been linked against pthreads and the library has. So, either link httpd against pthreads, or get yourself a version of the libmysqlclient.so library which is not linked against pthreads. Either compile MySQL from source since by default it does not created a pthreads-linked client library, or rebuild from the SRPM but edit the SPEC file and remove the switch that turns on the threaded client library.

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

-- 
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>