Hello,

I have installed php with installer on my windows 2003 server the 4.3.9 installer.
Have added the php extension (.php) at the application extensions.

.php browse file php.exe in map c:\php\
php.ini moved to c:\windows\

Now php works very good.

Now I want to install gd library for using coppermine image gallery.

have uncommented php_gd2.dll in php.ini

downloaded php_gd2.dll and copied to c:\php\extensions
and in php.ini have extension_dir changed from .\ to

.\extensions
always get: unable to load dynamic library

also tried to change extension_dir to
c:\php\extensions\

Does anybody know what I have to do? maybe it is not possible with a installer.

    Hi,

    download the PHP binary (ZIP) package and extract the zip file to the php directory (or at least copy the php_gd2.dll file to the extensions directory). The installer doesn't come with all extensions.

    The extension_dir variable must contain the full path to the extensions directory.

    extension_dir=c:\php\extensions

    Do you use Apache or IIS ?

    Thomas

      I use IIS6, I have added it in the applicationextensions of IIS.

      For the rest I don't know what I can do more.

      Does it have to do it is a installer that I'm using?

        Where did you download the php_gd2.dll file (as mentioned in your first post) ?

        Thomas

          from the zip package from php.net

          always get the error unable to load library

            [PROBLEM SOLVED]

            Have reinstalled with tutorial from a site

            Think had to do with it was from a installer and now from zip package

              Originally posted by mistercash60000
              [PROBLEM SOLVED]

              Have reinstalled with tutorial from a site

              Think had to do with it was from a installer and now from zip package

              what tutorial did you use?

                Tonight I will give you the link

                It was on a remote pc that i did that.

                  8 days later
                  Write a Reply...