Don,
Thanks for your comment. However, Mac OSX Server 10.3 is bundled with PHP Version 4.3.2 and version PHP 4.3+ is supposed to include GD.
Basically, my feeling is "If it's not broken, don't fix it!" (especially with only one week before classes start). So, I wonder that re-installing PHP is overdoing things a bit much just to solve the GD problem.
I think that all that needs to be done is to _configure php_ to work with GD
I should be able to type
./configure --with-gd
somewhere as a line command and GD should be up and running. But when I do that I get a "-bash: ./configure: No such file or directory" error message.
Probably I have to go to the directory php is in before I enter the command - but I know so little about Mac's directory system and
UNIX configure commands that I am lost. My files are located at
http://218.217.253.202/~moodle/
Can anyone help?