We continue the manual for Using Bacula with HP autoloaders. In case you have missed the first part I recommend that you read it here Using Bacula with HP autoloaders | Basics
Bacula uses 3 types of database servers, PostgreSQL, SQLite, Mysql to store it's catalog tables. For this manual we've chosen MySQL since it's widely available on all installations. The latter are used to store information about the running jobs, backups available, etc., etc. - i.e. all the system information needed for the proper functioning of the software. Prior to compiling and installing Bacula, you'll need to set up a mysql server.
1. Install MySQL
On the machine on which you are building the Director, Storage Daemon and the Client, you should at least have the header files from the dev package.
2. Compiling Bacula.
Current version of Bacula, as of this writing is 3.0.1. You can download it from: here
3. Once you have it, untar and use the following options to build it.
a) cd to where you extracted

