|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-01-08 03:50 UTC] vinod at mundu dot com
[2001-11-27 05:46 UTC] sander@php.net
[2001-12-18 07:14 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 01:00:02 2025 UTC |
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'