For PHP, I am running V5.1.4, but it does not have the GD support, as evidenced by the following config info:
. I believe it has the other pre-requisits?!without-mysql' '--without-gd' '--without-odbc' '--disable-dom' '--disable-dba' '--without-unixODBC' '--disable-pdo' '--disable-xmlreader' '--disable-xmlwriter'
I have included the mysql extension which is working fine, but cannot locate the .so file for GD.
Can anyone help me find what I am looking for? If I have to load the code and build it, am not sure where to start with this (or even how to end!!!!