From 75e1cf453b68152f2e08fb155445eead5b8b88df Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Mon, 1 Mar 2010 20:00:37 +0100 Subject: [PATCH] Added comment on dbi backend needing a recent version of libdbi from CVS as the version currently released 0.8.3 wont work for compiling the code. --- bacula/src/cats/dbi.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/bacula/src/cats/dbi.c b/bacula/src/cats/dbi.c index 16e7546bd4..fad2d03fa4 100644 --- a/bacula/src/cats/dbi.c +++ b/bacula/src/cats/dbi.c @@ -35,6 +35,21 @@ * * Version $Id$ */ +/* + * This code only compiles against a recent version of libdbi. The current + * release found on the libdbi website (0.8.3) won't work for this code. + * + * You find the libdbi library on http://sourceforge.net/projects/libdbi + * + * A fairly recent version of libdbi from CVS works, so either make sure + * your distribution has a fairly recent version of libdbi installed or + * clone the CVS repositories from sourceforge and compile that code and + * install it. + * + * You need: + * cvs co :pserver:anonymous@libdbi.cvs.sourceforge.net:/cvsroot/libdbi + * cvs co :pserver:anonymous@libdbi-drivers.cvs.sourceforge.net:/cvsroot/libdbi-drivers + */ /* The following is necessary so that we do not include -- 2.39.2