I'm trying to access / manipulate files that I believe are in berkely db1 format .. specifically, authDB files that apache users for username/password access.
I've created and manipulated these files in perl using the DB_File module.
I set up PHP with the --enable-dba=shared' '--with-db=/usr/local/lib' flags, however it says that 'dba_open' is not a valid function and if I use dbmopen, I get:
7 [Bad magic number], 25 [Inappropriate ioctl for device]
System is FreeBSD
Cheers