cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: getting error in curl_easy_perform

From: amit paliwal <amit.ambitions_at_gmail.com>
Date: Wed, 29 Dec 2010 17:10:49 -0500

On Wed, Dec 29, 2010 at 4:56 PM, Daniel Stenberg <daniel_at_haxx.se> wrote:

> On Wed, 29 Dec 2010, amit paliwal wrote:
>
> I am getting "No such process" error when curl_easy_perform() gets
>> executed. here are the steps i am doing:
>>
>
> Can you please show us a complete example and do tell us what libcurl
> version on what OS you're using!
>
> Alternatively, I suggest using CURLOPT_VERBOSE to figure out more, or even
> using strace to see exactly what system call that fails...
>

Reply: I am using it on linux (ubuntu). As mentioned in the documentation
CURLOPT_URL is mandatory step. So, I did something like curl_easy_setopt(
ctx , CURLOPT_URL, "http://localhost:4433" ) ; .

To test basic stuff I am running Client and server on the same machine and
trying to communicate between them on loopback. Server is listening on
127.0.0.1 and port 4433 as it is on loopback.

I am using curl-7.21.2.

>
> --
>
> / daniel.haxx.se
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-12-29