i have also a second machine thats act as storage-daemon, to build only fd and
sd i do something like:
./configure --enable-client-only
make
make install
and now the sd:
cd src/cats
make
cd ../lib
make
cd ../stored
make
cp src/stored/bacula-sd /sbin
thats all.
second way:
search for these lines in the configure-script:
if test "x${db_type}" = "xInternal" ; then
echo " "
echo " "
echo "You have not specified either --enable-client-only or one of the"
echo " supported databases: MySQL, PostgreSQL, SQLite3 or SQLite."
echo " This is not permitted. Please reconfigure."
echo " "
echo "Aborting the configuration ..."
echo " "
echo " "
exit 1
fi
simply delete the line with the "exit 1" or change it to "# exit 1"
after that you can configure with
./configure --disable-build-dird
this gives you:
client-only: no
build-dird: no
build-stored: yes
make && make install
done.
Best Regards
Thomas
Janco van der Merwe schrieb:
> I know it's actually incredible but is there a way of only compiling the
> SD and FD binaries, reason why I'm asking is that in order to get the SD
> installed I had to compile the entire Bacula which meant installing a
> DB, not that its that big of an issue I was just wondering if there is
> way or an option like --with-storage-only?
>
> But Bacula is the best written Software I have ever had the pleasure of
> working with!!!!!!!!!!!!!!!!!!!!!!
>
>
>
> On Fri, 2007-10-12 at 09:45 +0300, Silver Salonen wrote:
>> Hi.
>>
>> I have. Works nicely.
>>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Bacula-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bacula-users
--
IC3S Information, Computer und Solartechnik AG
Bäckerbarg 6, 22889 Tangstedt, Germany
Telefon +49.4109.555.121
Telefax +49.4109.555.57
E-Mail [EMAIL PROTECTED]
Web http://www.ic3s.de/
Vorstand: Jan Behrmann (Vorsitzender), Stefan Fehlauer
Aufsichtsrat: Sven Niklasson (Vorsitzender)
Dresdner Bank (200 800 00), Kto. 0123 9582 00
Commerzbank (200 400 00), Kto. 8540 288
Amtsgericht Kiel HRB 7590
UST.IdNr. DE184532766
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users