I have been a Bacula user off and on for the last year. Implemented a couple of instances and always had a confusing time installing it - on Ubuntu. Recently I happened upon an easy sequence which I am sharing in case someone else needs an easy on-ramp:
a. Install postgresql while loading the OS, you could install it using sudo apt-get - Don't have the commands handy
b. sudo apt-get upgrade
c. sudo apt-get update
d. sudo apt-get install g++
e. sudo apt-get install libpq-dev
f. sudo apt-get install make
g. compile bacula without bat
That's it.
Mehma
