I guess my first question is: how the heck do I build a dso module for mod_auth_db? I get undefined symbols when trying to load it via the loadmodule directive in httpd.conf. And I get a header not found error when doing --add-module=auth_db. Do I need the sleepycat libs, and if so, how is this done?
And: which php functions will read and write the same Berkeley DB files that the above module uses? I was hoping to avoid using perl for this.