search for: curl_easy_init

Displaying 9 results from an estimated 9 matches for "curl_easy_init".

2008 Feb 29
2
when we try to add CURL code to file channel.c we get an error - undefined reference to curl_easy_init
Hi all, When I try to add CURL code to file channel.c we get an error - undefined reference to curl_easy_init. I've added #include <curl/curl.h> so the code compiles fine. this error is generated by the linker, even though func_curl.c is compiled and linked with no errors My asterisk machine have curl and curl-devel 7.12 installed. Asterisk version i am using is 1.4.17. Any help will be appricia...
2015 Apr 02
3
[Libvirt] [virsh] Transport Error during enumeration while connecting libvirt to Hyper-V Server
Hi all, I am using libvirt 1.1.1. I can successfully able to connect with Qemu driver but when I am trying to connect to the windows Hyper-V using virsh, I am getting failure. [root@localhost hyperv]# virsh version Compiled against library: libvirt 1.1.1 Using library: libvirt 1.1.1 Using API: QEMU 1.1.1 Running hypervisor: QEMU 1.5.3 When I am doing virsh to connect to hype-V I am getting
2015 Apr 07
0
Re: [Libvirt] [virsh] Transport Error during enumeration while connecting libvirt to Hyper-V Server
...> > error: internal error: Transport error during enumeration: Transport > initialization failed (2) libvirt uses openwsman to talk to Hyper-V. openwsman internally uses libcurl. This error means that openwsman reported WS_LASTERR_FAILED_INIT. This error code means that the libcurl call curl_easy_init() failed. This seems to me like a openwsman/libcurl issue, not related at all to the actual Hyper-V server you try to connect to. Unfortunately, I'm not sure how to debug this problem. What openwsman and libcurl version are installed? -- Matthias Bolte http://photron.blogspot.com
2004 Aug 06
0
icecast2 ogg vorbis client request headers
...on unix systems. quick and dirty I ran the following 2 programs : /*****************************************************************************/ #include <stdio.h> #include <curl/curl.h> int main(void) { CURL *curl; CURLcode res; int i = 0; curl = curl_easy_init(); if(curl) { curl_easy_setopt(curl, CURLOPT_URL, "http://localhost:8500/test.html"); for (i=0;i<1000;i++) { res = curl_easy_perform(curl); if (res != 0) { fpr...
2004 Aug 06
3
icecast2 ogg vorbis client request headers
On Monday 05 April 2004 13:04, oddsock wrote: > At 07:41 PM 4/4/2004, you wrote: > >That was your plan. > > > >My plan is to provide what currently exists (htpasswd-like) and a 'script' > >authenticator which just calls an external program, as Geoff described. > > > >Both are, of course, possible. Your "URL call" (this is a very strange way
2012 Oct 10
0
[LLVMdev] Solicit code review (change to CodeGen)
LGTM. I will commit. On Oct 10, 2012, at 1:20 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote: > Hi, > > The attached is the fix to radar://11663049. The optimization can be outlined by following rules: > > (select (x != c), e, c) -> select (x != c), e, x), > (select (x == c), c, e) -> select (x == c), x, e) > where the <c> is an integer
2012 Oct 10
2
[LLVMdev] Solicit code review (change to CodeGen)
Hi, The attached is the fix to radar://11663049. The optimization can be outlined by following rules: (select (x != c), e, c) -> select (x != c), e, x), (select (x == c), c, e) -> select (x == c), x, e) where the <c> is an integer constant. The reason for this change is that : on x86, conditional-move-from-constant needs two instructions; however,
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...0000047f0 T R_curlMultiPerform 0000000000004db0 T R_curl_BinaryData_free 0000000000004c90 T R_curl_BinaryData_new 0000000000005380 T R_curl_BinaryData_to_raw 0000000000004dd0 T R_curl_debug_callback 0000000000006970 T R_curl_easy_duphandle 0000000000005680 T R_curl_easy_getinfo 00000000000069a0 T R_curl_easy_init 0000000000006880 T R_curl_easy_perform 00000000000060e0 T R_curl_easy_setopt 0000000000005710 T R_curl_escape 0000000000005440 T R_curl_getpasswd 0000000000006950 T R_curl_global_cleanup 0000000000006930 T R_curl_global_init 0000000000004af0 T R_curl_progress_callback 00000000000042f0 T R_curl_ssl_...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...0000047f0 T R_curlMultiPerform 0000000000004db0 T R_curl_BinaryData_free 0000000000004c90 T R_curl_BinaryData_new 0000000000005380 T R_curl_BinaryData_to_raw 0000000000004dd0 T R_curl_debug_callback 0000000000006970 T R_curl_easy_duphandle 0000000000005680 T R_curl_easy_getinfo 00000000000069a0 T R_curl_easy_init 0000000000006880 T R_curl_easy_perform 00000000000060e0 T R_curl_easy_setopt 0000000000005710 T R_curl_escape 0000000000005440 T R_curl_getpasswd 0000000000006950 T R_curl_global_cleanup 0000000000006930 T R_curl_global_init 0000000000004af0 T R_curl_progress_callback 00000000000042f0 T R_curl_ssl_...