Hi,

In case anyone else runs across this problem I thought I would post the solution I found. Apparently in Centos 4.3 php is NOT compiled with GD support, to fix this problem just install 'php-gd' and then restart httpd and it will work.

yum install php-gd
service httpd restart

Refresh the browser with the 'test.php' script and it will now work.

Hopes this save someone the trouble I had fixing the problem.

Thanks


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to