Errors installing the Curl library with PHP/Apache/Windows

Posted by MarathonStudios on Server Fault See other posts from Server Fault or by MarathonStudios
Published on 2011-01-14T04:40:56Z Indexed on 2011/01/14 4:55 UTC
Read the original article Hit count: 409

Filed under:
|
|
|

I'm having a hell of a time getting Curl to work with PHP/Apache on my Windows XP 64-bit development box. I have PHP and Apache successfully installed, but when I tried to enable Curl I get the following error (twice) from PHP on Apache startup:

"PHP Startup: Unable to load dynamic library 'C:\php\ext\php_curl.dll' - The operating system cannot run %1."

I did uncomment the correct line in PHP.ini. I did move the two DLLs (php_curl.dll and ssleay32.dll) into my PHO root, into my System32, even my apache root - but no matter where I put them, PHP can't find them. I keep getting the error above. Anyone have any idea how to remedy this?

© Server Fault or respective owner

Related posts about Windows

Related posts about apache