gd2.dll could not be found gd2.dll could not be found
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

gd2.dll could not be found

Started by LMalnati, December 24, 2004, 04:19:23 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LMalnati

Currently gd2 is found in C:/PHP/Extensions/php_gd2.dll, but when I uncomment gd2 in php.ini, stop and restart Apache I get the following error;"Unable to load dynamic library C:\PHP\PHP_gd2.dll-The specified module could not be found.

Why is it not looking in the extension folder or should I have known to move this file.

Thanks in advance

Tranz

did you specify the path for the extension folder?

kegobeer

You haven't properly configured your php.ini file to tell Windows where to find the extensions.  Try changing extension_dir.

Also, this isn't a Coppermine installation question but a server setup issue.  You might want to review the php installation instructions at www.php.net.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

LMalnati

Keg O Beer,

You were right on.  I went to the PHP extension docs for windows and determined I had not set-up my path correctly.  For my initial set-up I was following the instructutions in Kevin Yanks book "Build Your Own DB Driven website" and he said to change this line to C:/PHP.

Thanks again

kegobeer

No problem.  I've found that following the recommended installation at php.net (or apache or IIS) works better than someone else's interpretation of the installation instructions.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots