From e1a7d58c384858fb89d48c62b4aef132dd5a33be Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 17 Jan 2007 14:16:54 +0000 Subject: [PATCH] Update doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4007 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/INSTALL | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gui/bweb/INSTALL b/gui/bweb/INSTALL index f06145fc93..a61fe43b38 100644 --- a/gui/bweb/INSTALL +++ b/gui/bweb/INSTALL @@ -89,11 +89,22 @@ Simply use lang/fr/tpl/*.tpl files instead of tpl/*.tpl cd /var/www/cgi-bin/bweb ./bweb.pl + you might also want to try: + + ./bgraph.pl + + To make sure the graphing modules are loaded. However, running it + will spray binary graphics data on your terminal. Otherwise, you will + get an error. + That should show you if any of the pre-requisites are missing. On SuSE 10.2, I was able to load all the appropriate modules via rpms, with the exception of Expect and Time::ParseDate, which I loaded manually using perl. + If you experience problems, always consult the Apache error_log + file. + ################ APACHE CONFIGURATION ########################## It could be a good idea to protect your bweb installation (optional). -- 2.39.5