Click to See Complete Forum and Search --> : PHP 4.3.2 GD Problem


mtfranks
12-20-2002, 01:20 AM
Installing php 4.3.2, Win2K Server, Service Pack 3
When making a call to php_gd.dll or php_gd2.dll

path is set to "C:\winnt\system32\"

This is what I get on the server console.
Warning
Unable to load the dynamic library 'C:\WINNT\system32\php_gd.dll'-
The specified procedure could not be found.

Any help on this problem?

su1d
12-20-2002, 04:24 AM
Check that php.ini's directive "extension_path" is set to "C:\PHP\extensions" or wherever you have a directory with PHP extensions.