Use this tag only for questions related to the multiprotocol internet transfer library, for question related to command line tool please use the specific curl tag
I'm trying to install the Rails environments on Ubuntu 11.04. When I launch the command rvm install 1.9.2 --with-openssl-dir=/usr/local the …
ruby-on-rails curl openssl libcurl ubuntu-11.04I'm trying to import pycurl: $ python -c "import pycurl" Traceback (most recent call last): File "<string>", line 1, in &…
python shared-libraries libcurl pycurlI recently started using libCurl for my VC++ project. I've been wondering: what is the incentive for the curl creators …
curl libcurlI used libcurl with no problems and used pyCurl once in the past. Now i want to set it up …
python libcurl pycurl installationI want to store the result of this curl function in a variable, how can I do so? #include <…
c libcurlI would like to use cURL library in my android application in native code (using NDK r5b, the latest). …
android curl libcurl android-ndkI have this code if(ereg("^(https)",$url)) curl_setopt($curl,CURLOPT_SSL_VERIFYPEER,false); // execute, and log the result …
php curl libcurl