Just downloaded and tried to run Curl.exe on Windows
2003 server and XP box.
I get:
The procedure entry point DES_ecb_encrypt could not
be located in the dynamic link library libeay32.dll
Had the same problem. I changed the extension_dir (path to
extensions modules) to extension_dir =
"c:\Apache2\php\extensions, removing the .; from in front of
c:\, and now curl is loaded. Might work for you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1110
Get the proper OpenSSL version installed as the package
requires and I bet this works better.
This is not a curl bug, this is a problem with your
installation and/or the win32 package.
Logged In: YES
user_id=1116958
Had the same problem. I changed the extension_dir (path to
extensions modules) to extension_dir =
"c:\Apache2\php\extensions, removing the .; from in front of
c:\, and now curl is loaded. Might work for you.
Logged In: NO
I get this error too (using curl-7.12.3-win32-nossl.zip)
Logged In: YES
user_id=1110
And the solution is the same: get a recent openssl version
and you'll be fine.
Logged In: NO
grab it here:
http://gnuwin32.sourceforge.net/packages/openssl.htm
best regards
-h
Logged In: NO
got the same problem...
any help