Needing GD extension
Posted: Sat Aug 26, 2006 6:02 pm
I have Fedora V5 running, and am using the packaged versions of Apache, MySql, PHP etc that came with it (plus routine upgrades applied).
For PHP, I am running V5.1.4, but it does not have the GD support, as evidenced by the following config info:
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!!!!
)
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!!!!