Hi,

I'm trying to activate my extension=php_gd2.dll in my php.ini file. I've done everything that i need to do such as , download the .dll , put it in my c:/php/includes folder and changed the directory in the php.ini.

Yet still i get " Warning unable to load dynamic library 'c:/php/includes/php_gd2.dll'- The specified procedure could not be found"

I'm tearing my hair out at this stage, does anyone know what i'm doing wrong here please.

Thanks in advance

    You can try to copy the dll file to C:/winnt/system32

      Thanks, but that doesn't seem to work either. I just keep getting the same warning.
      Is there anothe .dll that this one requires to work.
      Does anyone else find this a problem??

        The specified procedure could not be found

        this could simply mean that the dll is not compatible with the php version and not that the file itself cannot be found. was your library part of the official php.net bundle?

        try php 5.2, it just came out, php_gd2.dll loads and works fine as far as I can tell

          Write a Reply...