I've been having some computer problems but I'm finally back.
Copying that file over allowed me to recompile 😃 Thanks heaps. Alas the compile did not fix my GD woes 🙁
I've been searching the machine and found a directory which contains GD files:-
/usr/root/php-4.3.4/ext/gd/libgd/gd2copypal.c
/usr/root/php-4.3.4/ext/gd/libgd/gd2time.c
/usr/root/php-4.3.4/ext/gd/libgd/gd2topng.c
/usr/root/php-4.3.4/ext/gd/libgd/gd_gd2.c
/usr/root/php-4.3.4/ext/gd/libgd/pngtogd2.c
Do I have to complie GD to get it to work aswell? in the php.ini for gd it looks for php_gd2.dll which isn't on the machine which is what makes me thinks it may need to be compiled/installed.
I'm still not sure if it matters to much atm anyways as the with gd is still missing from my configuration line.
From phpinfo()
"Configure Command './configure' '--with-mysql' '--with-apxs=/usr/local/apache/bin/apxs'"
I'm going to try to configure and compile it again BUT any advice you may have to offer for setuping GD and if it needs to be compiled would be muchly appreicated.
Stevil