[PHP-DEV] PHP 4.0 Bug #8574 Updated: Berkeley DB (dba) support From: vinod <email protected>
Date: 01/08/01

ID: 8574
User Update by: vinod <email protected>
Status: Open
Bug Type: DBM/DBA related
Description: Berkeley DB (dba) support

I tried using minimum options -

./configure --with-apxs --without-mysql --with-db3=/usrlocal/BerkeleyDB.3.1/lib

but the problem still persists. I even tried using the 'n' option instead of 'c' to the dba_open call.

Previous Comments:
---------------------------------------------------------------------------

[2001-01-07 05:08:22] vinod <email protected>
PHP 4.0.4 gives me a "driver initialization failure" error when i try to use a dba function. This is the function that i'm calling -

$ret = dba_open("/tmp/testing.db","c","db3");

This is how i configured PHP -

'./configure' '--with-apxs' '--without-mysql' '--with-pgsql' '--with-ldap' '--with-mcrypt=/usr/local/lib' '--disable-posix-threads' '--enable-sockets' '--enable-magic-quotes' '--enable-inline-optimization' '--with-db3=/usr/local/lib/BerkeleyDB.3.1/lib'

---------------------------------------------------------------------------

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

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