[PHP-DEV] PHP4 Bug #1753 Updated: httpd segfaults when compiled --with-mysql From: Bug Database (php-dev <email protected>)
Date: 07/31/99

ID: 1753
Updated by: jah
Reported By: joey <email protected>
Status: Closed
Bug Type: Reproduceable crash
Assigned To: jah
Comments:

This is a known problem and is caused by both /where/your/sybase/libs/are/libsybdb.so
and /lib/libnss_db.so (or something like it) containing function
dbopen. Nothing we can do when there's a symbol clash between
libraries.

If my memory servers me right, a workaround is to disable db
for services in /etc/nsswitch.conf (ie., there should be a
line in that file that says: 'services: files'. If that line
is 'services: db files', remove that db and restart nis. If
even that doesn't work, try stopping nis altogether.)

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

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