Hello everyone I am trying to enable GD in my installation of PHP in my CentOS 6.3 machine running lighttpd as the web server. I have done yum install gd gd-php
and when I run php -i
I get
gd
GD Support => enabled
GD Version => bundled (2.0.34 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.3.11
GIF Read Support => enabled
GIF Create Support => enabled
JPEG Support => enabled
libJPEG Version => 6b
PNG Support => enabled
libPNG Version => 1.2.49
WBMP Support => enabled
XPM Support => enabled
XBM Support => enabled`
So it is definitely there, php -m
also shows gd but then when I run phpinfo();
There is no section for GD and under Configure Command I have this: --without-gd
.
What are my options here? I've tried removing and reinstalling rpms, restarting lighttpd, other repositories and all sorts of things but no luck... any ideas? I am trying to setup a CMS that uses GD and I can't proceed with the installation because I don't have GD.