On 03/25/10 07:06, Martin Simmons wrote:
>>>>>> On Wed, 24 Mar 2010 11:48:02 +0000, Robin Hill said:
>>
>> I'm trying to build bacula on one of my systems and need both file and
>> storage daemons, but not the director (as that's running on another
>> system).  This worked fine with 3.0.3 but fails under 5.0.1 as it
>> insists on a database being specified (though neither the storage nor
>> file daemons seem to be linked against any database libraries).
>>
>> Is the database code actually used by the storage daemon (or can I just
>> use sqlite and avoid the need to compile the database on that system)?
> 
> The storage daemon itself doesn't link with the database, so using sqlite is
> fine (it must be sqlite3 in fact).  This will also build the bscan program
> with sqlite, so if you need to run that then you will need the correct
> database library.
> 
> 
>> If not, is it expected behaviour for the configure script to require a
>> database to be specified (I tried commenting that out but the build
>> still failed as it tried to compile the database code)?
> 
> Yes, because bscan is part of the storage daemon.


I note that I just submitted a patch for this for Gentoo's
app-backup/bacula-5.0.1-r2 ebuild last night.


-- 
  Phil Stracchino, CDK#2     DoD#299792458     ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
         Renaissance Man, Unix ronin, Perl hacker, Free Stater
                 It's not the years, it's the mileage.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to