From: [EMAIL PROTECTED] Operating system: linux rh6.2 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: php linking against wrong mysqlclient lib and causing crash on startup i have several mysql daemons (different versions) running on my system. the problem is that php is always compiled with -lmysqlclient and thus links against the default library (in my case /usr/lib/libmysqlclient*) even if you specify a different path to mysql during ./configure This was causing crash (segfault) on startup with all versions of apache after 1.3.14 and all versions of php 4+ I just figured out that this library missmatch was causing this problem, the crash has already been explained in bug #7976 once upon a time. -- Edit Bug report at: http://bugs.php.net/?id=10222&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]