On Wed, Sep 26, 2012 at 2:41 PM, Branko Čibej <br...@wandisco.com> wrote: > In fact, there is. If mod_dav_svn is linked with a different version of > bdb and/or sqlite than the rest of httpd, it will break at best, or > corrupt your repo in the worst case.
Just confirming what brane said above is the reason why I did not try to just build detection of BDB into our configure system. Figuring out if it's safe to link to some BDB that we find ourselves is actually really hard. If we could ask APR-Util what version of BDB it was built against it might be easier, but there's no way to query that, it only says if BDB is available or not.