I'm trying to use the GD extension on PHP 4.2.2, windows ME and apache 1.3.26.
When I uncomment the extension=php_gd.dll line in php.ini and restart Apache, i get an error message:
Unable to load dynamic library 'c:\perl\extensions/php_gd.dll' - One of the library files needed to run this application cannot be found.
I'm not using any other extensions. What's the problem?
My guess is that i need some more extensions - If so, where can they be found? Hopefully I don't need to recompile PHP for GD to work.