On Thu, Mar 01, 2007 at 09:49:11AM -0500, Tom Donovan wrote: > re: "we don't support out-of-tree DBD drivers" > > That's where I completely misunderstood. I was imagining DBD drivers to be > analogous to httpd modules, i.e. static linking a few APR-supplied modules > doesn't imply that 3rd-party-supplied dso modules can't be used.
I can't say whether it was the deliberate intent of those writing the DBD code, but the status quo is that the driver interface (apr_dbd_internal.h) is not part of the public APR-util interface. So the status quo is that out-of-tree drivers are not supported. Regards, joe