Oh, awesome. Thank so you much for helping me. I'm not sure how I got it
stuck in my head that I *HAD* to have BDB.
Turns out my current repository was FSFS and had I succeeded in getting BDB
to link properly, everything would have gotten hosed. Three cheers for being
incompetent at the best possible time!
Gre7g
On Sun, Sep 14, 2008 at 2:59 PM, Ryan Schmidt <
subversion-2008c_at_ryandesign.com> wrote:
> BerkeleyDB 4.7 may be too new. Or you may just need to specify it
> differently; try:
>
>
> --with-berkeley-db=/usr/local/BerkeleyDB.4.7/include:/usr/local/BerkeleyDB.4.7/lib
>
> The INSTALL document [1] says version 4.4 is recommended, but implies that
> 4.5 will be supported once APR supports BDB 4.5, which I believe it has for
> some time, so I think the INSTALL document is out of date.
>
> MacPorts compiles Subversion using BDB 4.6 without problems.
>
> Do you really need BDB support for some reason? Most people don't. I
> recommend using
>
> --without-berkeley-db
>
> when compiling both apr-util and subversion to save yourself the trouble.
>
>
> [1] http://svn.collab.net/repos/svn/trunk/INSTALL
>
>
Received on 2008-09-15 17:35:36 CEST