I've only configued GD2 on Windows platform, so I might be able to help you out there if you are on Windows.
I'm running the latest version of PHP, on my localhost, and these are the steps I took to enable GD2:
In php.ini, find:
Code:
;extension=php_gd2.dll
And remove the semicolon at the beginning of the line.
Now find:
Code:
; Directory in which the loadable extensions (modules) reside.
extension_dir = "c:\Network\Php\extensions"
And make sure the path points to your PHP 'extensions' folder.
php_gd2.dll should be located in that folder already, if you have PHP 4.3.0 or above.
Hope this info helps some.