[Box Backup-dev] Compile BoxBackup under Debian Woody failed
Roy
boxbackup-dev@fluffy.co.uk
Wed, 21 Jun 2006 20:31:00 +0200
Martin Ebourne wrote:
> On Tue, 2006-06-20 at 22:06 +0200, Roy wrote:
>
>> I believe g++ is a meta package for version 2.95.
>>
>
> Ok, sounds odd.
>
>
>> Is there a switch to give to ./configure to stop checking for bdb? Or
>> does anybody know a bdb v4 package for Debian Woody?
>>
>
> You could try giving --with-bdb-dir to somewhere bdb isn't installed.
>
> If that fails you could try uninstalling the bdb -dev packages, maybe it
> won't find it then.
>
> Or we'd accept a patch to enable use of bdb v2 in box. Box only uses it
> in one file IIRC and all the docs are at
> http://www.sleepycat.com/docs/ref/toc.html
> especially section 28. Probably not too hard to port it given that v1
> and v4.1+ work.
>
> Or when I get a spare half hour I'll look at fixing configure so it's
> only a warning. (Or patch accepted for same.)
>
> Cheers,
>
> Martin.
>
>
>
> _______________________________________________
> Boxbackup-dev mailing list
> Boxbackup-dev@fluffy.co.uk
> http://lists.warhead.org.uk/mailman/listinfo/boxbackup-dev
>
Hi,
Compiling with the bdb v1 dev packages wouldn't work because configure
wants g++ to be there. But ./configure --with-bdb-dir works.
Unfortunately Debian Woody has got old openssl libs (0.9.6) and box
wants it to be > 0.9.7. So I think I can't compile / run it on Woody. Or
does anybody know a way do it?
Greets
Roy