Configuring GD Library into Apache properly
Posted: Sat Mar 27, 2010 7:57 pm
Hi,
I've been trying to get the GD library installed onto Apache but running into a fatal error. The error reads, "Fatal error: Call to undefined function gd_info()". Now, I know that this means that the GD Library isn't configured properly and tried many different things to get the GD Library operational. A few things I've tried:
-Adding my directory to the PATH environmental variable
-Uncommenting and changing the extension_dir variable in the php.ini to extension_dir = "./extensions".
-Uncommenting extension=php_gd2.dll in the php.ini.
-Adding the php.ini file (a copy) to the apache folder (did not know what that would accomplish though...)
In each item I have always restarted the server but to no avail. I'm hoping that someone out there experienced this and can help me solve this dilemma. Thanks in advance!
P.S: I'm using Apache 2.2, PHP 5 on Windows Vista.
I've been trying to get the GD library installed onto Apache but running into a fatal error. The error reads, "Fatal error: Call to undefined function gd_info()". Now, I know that this means that the GD Library isn't configured properly and tried many different things to get the GD Library operational. A few things I've tried:
-Adding my directory to the PATH environmental variable
-Uncommenting and changing the extension_dir variable in the php.ini to extension_dir = "./extensions".
-Uncommenting extension=php_gd2.dll in the php.ini.
-Adding the php.ini file (a copy) to the apache folder (did not know what that would accomplish though...)
In each item I have always restarted the server but to no avail. I'm hoping that someone out there experienced this and can help me solve this dilemma. Thanks in advance!
P.S: I'm using Apache 2.2, PHP 5 on Windows Vista.