vtswingkid
Joined: 27 Feb 2007
Posts: 1
|
| Posted: Tue Feb 27, 2007 9:17 pm Post subject: Unable to load dynamic library php_curl.dll |
|
|
failes to load dynamic library php_curl.dll
runtime error R6034
php.ini file seems to point to php_curl.dll correctly.
and php.exe -v does eventually display the version information after clicking through the 2 errors.
I want to be able to run php scripts from windows scheduler.
PHP Warning: PHP Startup: Unable to load dynamic library 'c:\apache2triad\php\extensions\php_curl.dll' - A dynamic link library (DLL) initialization routine failed.
in Unknown on line 0
EDIT:
Ok I dug through earlier archived posts... I solved my problem by copying libeay32.dll & ssleay32.dll from c:\apache2trial\pgsql\bin to c:\apache2trial\bin |
|