[Box Backup] Patch for openSuSE 11.0
James O'Gorman
boxbackup@boxbackup.org
Fri, 12 Sep 2008 19:47:08 +0100
Tuukka Pasanen wrote:
> Hi,
> I'm packing boxbackup for openSUSE 10.2/10.3/11.0/Factory and noticed
> that boxbackup doesn't compile on openSUSE 11.0.
> So here is the patch that adds needed includes! I still have some
> problems to compile Berkley in (I have to investigate configure.ac more)!
To pick up BDB, specify the locations to configure:
./configure --with-bdb-headers=blah --with-bdb-lib=blah
(where blah is a path to the headers and library locations, such as
/usr/include/db4, /usr/lib/db4)
Note that this is only needed for the client and not the server.
James