hi,

i have got php4.2.2 successfully configured on windows 2000 and IIS4. I wanted to use GD library. I downloaded the php_gd.dll and placed it in my c:/php directory.

Then i altered ny php.ini file by changing the extension_dir=C:/php and uncommented the extension=php_gd.dll.

I get the following error message.

Unable to load dynamic library c:/php/php_gd.dll. The specified procedure could not be found.

I had searched the net, lot of people have the same problem, but no solution. Can anyone help

Thanks in advance
shanthy

    I downloaded the php_gd.dll and placed it in my c:/php directory.

    easy solution: put the php_gd.dll in c:\windows\system
    that way Windoze will always be able to find it as supplying a fully qualified path often does not work.

      Write a Reply...