Date: 09/13/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6719 Updated: Default argument values not working correctly when 0 is passed as a value"
- Previous message: sasha <email protected>: "[PHP-DEV] PHP 4.0 Bug #6719: Default argument values not working correctly when 0 is passed as a value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: a.shahugian <email protected>
Operating system: RH6.2
PHP version: 3.0.16
PHP Bug Type: DBM/DBA related
Bug description: persistent "Warning: driver initialization failed" on db_open db2 2.7.7
It apears that RH has in package glibc-devel a Sleepycat 2.4.1 libs and httpd is linked against /usr/lib/libdb.so.
When you build php with sleepycat 2.7.7 and make: nm libphp3.so|grep db_appinit it says 0x000xxxx T dba_appinit
On runtime db_appinit in libphp3.so (exported from /usr/local/BerkeleyDB/lib/libdb.a) is shadowed from db_appinit from /usr/lib/libdb.so and you got problems.
How to make php to resolve its db2 symbols internaly.
-- 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 #6719 Updated: Default argument values not working correctly when 0 is passed as a value"
- Previous message: sasha <email protected>: "[PHP-DEV] PHP 4.0 Bug #6719: Default argument values not working correctly when 0 is passed as a value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

