Hi Girish,

I installed PHP within D:\PHP. This folder currently has two sub-directories
'sessiondata' and 'uploadtemp'. There does not appear to be an extensions
sub-directory "with a load of other dlls in there too". Anyway I created an
'extensions' sub-directory and placed the php_gd.dll into it. I changed the
php.ini extension_dir line to point to this directory:

ie:
extension_dir = D:\PHP\extensions\

But the problem still occurs, only now the second alert box reads:
"Unable to load dynamic library 'D:\PHP\extensions\php_gd.dll' - The specified
procedure could not be found"

Any ideas?

Neil

Girish Nath wrote:

> hi
>
> copy the php_gd.dll  into the extentions sub-directory where you installed
> php (you should already have a load of other .dlls in there too)
>
> change the extension_dir in php.ini to point to that sub-directory.
>
> for example :
> extension_dir = D:\Apache\php4\extensions\
>
> that should do it.
>
> regards
>
> girish
>
> ----- Original Message -----
> From: "Neil Freeman" <[EMAIL PROTECTED]>
> To: "PHP General" <[EMAIL PROTECTED]>
> Sent: Wednesday, September 19, 2001 10:21 AM
> Subject: [PHP] Problem installing GD on windows
>
> > Hi there,
> >
> > I have downloaded the windows version of GD (php_gd.dll) as I wish to
> > use it's various image functions. I have edited my PHP.INI file in
> > C:\WINNT and uncommented the line:
> >
> > extension=php_gd.dll
> >
> > Where is a suitable location for this .dll file? And what should I set
> > this PHP.INI line to?
> >
> > extension_dir = ./
> >
> > Any help would be greatly appreciated.
> >
> > Neil
> > --------------------------------
> >  Email:  [EMAIL PROTECTED]
> >          [EMAIL PROTECTED]
> > --------------------------------
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
> ***************************************************************
>  This message was virus checked with: SAVI 3.49
>  last updated 19th September 2001
> ***************************************************************

--
--------------------------------
 Email:  [EMAIL PROTECTED]
         [EMAIL PROTECTED]
--------------------------------



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to