Problems with a GD installation
I'm posting this for a friend who is quite frustrated by some GD problems that he is having.Ok, this has been aggrivating me for two days now:
Reference system: CentOS 4.x i386
Needs to run: GD 2.0.33 + PHP supporting JPEG, GIF, PNG, FreeType
I have built and installed the prerequisite libraries, followed by GD, followed by PHP, as usual.
Upon GD configration, the output lists JPEG, GIF, PNG, and FreeType support as all being enabled. GD builds okay, and doesn't produce any errors. I go to build PHP, and everything builds error free. Note that I have specified via the commandline the library support to be enabled (ex. --with-jpeg). Upon viewing the phpinfo(), everything is in place as it should be in terms of GD support.
Screenshot:
http://i2.cashmoneyuploads.com/img/gdsupport30b.png
However, a print_R of gdinfo() yeilds the following:
Array ( [GD Version] => bundled (2.0.28 compatible) [FreeType Support] => [T1Lib Support] => [GIF Read Support] => 1 [GIF Create Support] => 1 [JPG Support] => [PNG Support] => 1 [WBMP Support] => 1 [XBM Support] => 1 [JIS-mapped Japanese Font Support] => )
Is there something I'm missing, or is this box just royally ****ed? I've never had this many problems with otherwise routine GD installations before.