Has anyone had success in getting bacula-web to work? When I try test.php it gives me two errors: one for GD and one for gettext. I was getting an error for Pear(DB) too but I cured that by copying DB.php from /usr/share/php to /srv/www/bacula-web_1.1. I don't know if this was a wise move.
 
In the man entry for php it says to use the following command to show the configuration of your gd extension:
 
php -r 'print r(gd info());'
 
When I do this it responds:
 
Parse error: parse error in Command line code on line 1
 
so I assume there must be something wrong with php. However when I do the command:
 
php -m
 
both gd and gettext are listed.
 
TIA
 
Graham Dicker
 

Reply via email to