Click to See Complete Forum and Search --> : Win2K install problems


Anon
06-20-2002, 04:18 PM
Here's what I have...

Apache 1.3.19 in C:\Webserver\Apache\Apache
PHP 4.0.6 in C:\php

It keeps giving me this error:

PHP Warning: Unable to load dynamic library 'C:/php/ext/php_gd.dll' - The specified procedure could not be found.
in Unknown on line 0
Apache/1.3.19 (Win32) PHP/4.0.6 running...

I've renamed the extensions folder to ext and changed the php.ini accordingly.

What am I missing? I can run PHP, but it won't load the extension, which I need.

Any help is appreciated. Thanks

Anon
06-23-2002, 05:22 PM
Hello? Does anyone know what is wrong here?

Can anyone help ne out?

Anon
06-23-2002, 11:07 PM
I suggest you do the following

Upgrade PHP to v4.1

Then you should move php4ts.dll to the winnt/system32 and enter;

LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php

Into the httpd.conf file the restart the server.

I have Apache and PHP running on Win2k machine this way.

Anon
06-24-2002, 03:52 AM
I've done all that except upgrade... ugh... tomorrow (it's almost midnight here)... ;)

mod_php.c? Hmmm... must be part of 4.1 or something... Isn't that a C coding file?