Checking system for dependencies... Checking gettext: YES Language support enabled Checking Pear(DB): YES Pear DB enabled Checking GD: YES GD support enabled Please, click the link below to test your graph system capabilities (Bacula-web only use PNG): Test
pear install DBto install it.
If you get an error such as DB Error: not found assuming your database is MySQL, try using the following command:
mysql -h<host> -u<login> -p <db_name>
where, <host>, <login>, and <db_name> are the values you put in your bacula.conf file under the DATABASE section as in:
[.DATABASE] host = 192.168.1.120 login = bacula-user pass = db_name = bacula db_type = mysql
in this case, the mysql command would be:
mysql -h192.168.1.120 -ubacula-user -p bacula