Solution: Forcing the installation worked great (installation ignores that gd isnt detected)
pear install -f <package>
Im running Windows 2003 server, and I need to install PEAR's Image_Graph libary, which depends on Image_Canvas and Image_Color.
I've installed other modules that doesnt require GD, so PEAR is set up and working correctly. My problem is that PEAR doesnt detect the GD extension:
pear install --onlyreqdeps channel://pear.php.net/Image_Canvas-0.3.0
pear/Image_Canvas requires PHP extension "gd"
pear/Image_Color requires PHP extension "gd"
Maybe the problem is that it looks for php_gd.dll ? I only have php_gd2.dll loaded, and I can't find the php_gd.dll anywhere online.
phpinfo(); returns:
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
Server info:
Apache/2.0.58 (Win32) PHP/5.1.4 DAV/2