This starts a new subject, related to bacula-web.  As such, I've 
started a new thread.

On 16 Apr 2006 at 13:30, RYAN M. vAN GINNEKEN wrote:

> Thanks Dan for everything my FreeBSD box backup up last night to the 
> Fedora core 3 machine that you helped me get working.  Feels great to
> have a full backup at a remote local can sleep a little easier at
> night now. 

Yes, automated backups are good to have.  :)

> Still a bit overwhelmed by all the features bacula has to offer but i
> am getting there.  Just hope when the time comes for restore i will
> have everything cycling properly. 

Try a restore now.

> I am starting a new thread about Bacula Web and Freebsd having some
> difficulty getting apache 1.3 and php 4 to build from the ports with
> GD When i visit bacula.mysite.com get errors like this 
> 
> DB Error: extension not found
> 
> 
> Running test.php results in this error
> 
> Checking system for dependencies...
> 
> 
> Checking gettext: YES Language support enabled    
> Checking Pear(DB): YES Pear DB enabled    
> Checking GD: NO GD support disabled  This is required. Please, compile
> php with GD support  
> 
> 
> Please, click the link below to test your graph system capabilities
> (Bacula-web only use PNG): Test 
> 
> Here is what happens when i click the test link.
> 
> Fatal error: Call to undefined function: imagetypes() in
> /usr/local/www/bacula/bacula-web_1.1/external_packages/phplot/examples/
> test_setup.php on line 29 

This is now FreeBSD specific.  You need lang/php4-extensions

if lang/php4-extensions is not already installed:

cd /usr/ports/lang/php4-extensions
make config <== will show you the config you have now.  make changes.
make install

If lang/php4-extensions is already installed:


cd /usr/ports/lang/php4-extensions
make config <== will show you the config you have now.  make changes.
portupgrade -f php4-extensions

You may need to install portupgrade from sysutils/portupgrade

-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to