Posted by Andy Hassall on 01/07/07 15:56
On 5 Jan 2007 07:23:30 -0800, "sam" <samsoft206@yahoo.com> wrote:
>But when i started php.exe through commaind line it give me the black
>screen
>and the error showing on it is:
>Unable to load /.php_gd2.dll file
What is the actual error? This looks like you've seen the error but
inaccurately retyped it; it's not worded quite like that.
Is it:
PHP Warning: PHP Startup: Unable to load dynamic library '.\php_gd2.dll' - The
specified module could not be found.
>What this line means please tell me how i configure it or where I can
>find this dll file?
The most likely cause is that you need to set extension_dir in php.ini to
point to the "ext" directory in your PHP installation, as it's currently set to
"." rather than the full path.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|