hey..
i'm using PHP 4.0.4 to access a Berkeley DB 3.1 database. I wrote the following line of code :
$ret = dba_open("testing","c","db3");
it gives "driver initialization failed". What could be the problem? I had compiled PHP with support for db3.
Any answers?