Hi,

I need to install cURL on my local host.
My system is win2000 prof.
yes i have download program "curl-7.13.1-win32-ssl"
and also
1. libeay32.dll
2. ssleay32.dll

and copy these dll in system32 folder.

i read some information from www.php.net/curl

To use PHP's CURL support you must also compile PHP --with-curl[=DIR] where DIR is the location of the directory containing the lib and include directories. In the "include" directory there should be a folder named "curl" which should contain the easy.h and curl.h files. There should be a file named libcurl.a located in the "lib" directory. Beginning with PHP 4.3.0 you can configure PHP to use CURL for URL streams --with-curlwrappers.

here i am some confuse to read above. Is i have to again install PHP ?

When i try to run curl.exe file from download pakage is it give a prompt error.

"The procedure entry point ASNI_STRING_data could not be located in the dynamic link library ligeay32.dll"

Is thier anyother short way to install cURL? Please guid me.

    Originally posted by qadeer_ahmad
    I need to install cURL on my local host.
    My system is win2000 prof.

    Like all of the other PHP extensions for Windows, recompilation is not necessary (since, unlike those of Un*x systems, Windows users are much less likely to have development environments). Instead, there is a DLL in PHP's extension folder, and a line in php.ini to uncomment.

      I want to use cURL like a web server on my local host ?

        Write a Reply...