Bacula

Building bacula from source on hardy or 8.10 LTS

./configure --enable-smartalloc --with-pid-dir=/var/run --with-mysql

This time bacula-fd did not get built right so i will try this nope bacula fd is still broken fix later? otherwise you have to make the bacula pid dir to start bacula-fd
./configure --enable-client-only --enable-smartalloc --with-pid-dir=/var/run --with-mysql

Then run these
# make
# make install
# make install-autostart

For update to bacula 3 I needed to run this apt-get install libmysqlclient15-dev and add this to .config --with-openssl=no

Also run this ./create_mysql_database -u root -p