palkeo
2008-12-31 14:10:44 UTC
Hi all,
I have made a C++ program on my PC, and it use cURL.
On my PC, it works very well, but i want to use it on my server.
I have put the binary on my server, but the call to curl_easy_perform()
always return error code 6, i don't know why.
But i can resolve DNS. If i use the "curl" command to get an url, it works !
Can someone please tell me how to solve this problem ?
Thanks in advance,
palkeo
I have made a C++ program on my PC, and it use cURL.
On my PC, it works very well, but i want to use it on my server.
I have put the binary on my server, but the call to curl_easy_perform()
always return error code 6, i don't know why.
But i can resolve DNS. If i use the "curl" command to get an url, it works !
Can someone please tell me how to solve this problem ?
Thanks in advance,
palkeo