BerkeleyDB and PHP error

wxdqz

New Member
PHP4 with Apache 1.3.19 on SuSE 7.1
Using PHP in Wrox PHP Programming code
BerkeleyDB (recent) appears operational per it's native calls
PHP is operational.
Error is:
==
Warning: no such handler: db2 in /usr/local/httpd/xmldesigners/php/Chapter 11/address_book.php on line 228
database open failed
==
when executing:
$db = dba_open($dbpath, "r", $dbtype);
I don't understand where to look...

If anybody has these two applications operational could you drop me a line on where the problem might be?

Thanks,

Greg
<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->
 
Back
Top