MGCJerry
11-06-2002, 09:53 PM
I finally decided to try to run php as an apache module on Win2k (my local testing site) but I'm having a problem...
When I follow the instructions in the php installation as apache module (for windows) and after I edit the httpd.conf file and restart apache, here are 4 errors I get:
PHP Warning: Unable to load dynamic library 'extensions/php_curl.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_gd.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_curl.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_gd.dll' - The specified module could not be found.
in Unknown on line 0
Yes, I have to click "ok" 4 times each time I restart Apache. I even went to the extent of putting the full path to the extensions directory and I still get these errors.
oddly, I dont even have curl enabled in php.ini :confused: and I still get the error if I enable it...
Any suggestions? I'm compeletely stumpted... :bawling:
When I follow the instructions in the php installation as apache module (for windows) and after I edit the httpd.conf file and restart apache, here are 4 errors I get:
PHP Warning: Unable to load dynamic library 'extensions/php_curl.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_gd.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_curl.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_gd.dll' - The specified module could not be found.
in Unknown on line 0
Yes, I have to click "ok" 4 times each time I restart Apache. I even went to the extent of putting the full path to the extensions directory and I still get these errors.
oddly, I dont even have curl enabled in php.ini :confused: and I still get the error if I enable it...
Any suggestions? I'm compeletely stumpted... :bawling:
