Date: 08/04/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5464 Updated: While start Apache with SSL, libphp4.so generated error: undefined symbol"
- Previous message: Jani Taskinen: "Re: [PHP-DEV] PHP 4.0 Bug #5964 Updated: ldap_first_attribute - internal memory location pointer needs & sign else fail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5464 Updated: While start Apache with SSL, libphp4.so generated error: undefined symbol"
- Previous message: Jani Taskinen: "Re: [PHP-DEV] PHP 4.0 Bug #5964 Updated: ldap_first_attribute - internal memory location pointer needs & sign else fail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

