Displaying 8 results from an estimated 8 matches for "curl_global_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
2019 Feb 04
1
YP listings in version 2.5 beta
Hi Petr
Thanks for taking the time to respond and to try to help.
>
>
> Either you called ./configure with --disable-yp or with --without-curl (see
> XIPH_PATH_CURL definitio in m4/xiph_curl.m4)
So, I can see this? but what am I looking for exactly?
> or your
> curl does meet the tested criteria. E.g. You are missing curl header files or
> you have too old curl. What
2008 Apr 19
2
func_curl.so Error on load
...H
== Registered custom function SPRINTF
func_strings.so => (String handling dialplan functions)
== Registered application 'ADSIProg'
app_adsiprog.so => (Asterisk ADSI Programming Application)
asterisk: symbol lookup error: /usr/lib/asterisk/modules/func_curl.so:
undefined symbol: curl_global_init
This is on CentOS 5.1, kernel 2.6.18-53.1.14 on an i686. Both curl and
curl-devel 7.15.5-2.el5 are installed. Is there a symlink somewhere that
Asterisk is looking for? Or does it need a newer version of curl?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
UR...
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
...l_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_ctx_callback
0000000000005c10 T R_curl_version
0000000000005bf0 T R_curl_version_info
0000000000005270 T R_curl_write_binary_data
00000000000051b0 T R_curl_write_data
00000000000051d0 T R_curl_write_header_data...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...l_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_ctx_callback
0000000000005c10 T R_curl_version
0000000000005bf0 T R_curl_version_info
0000000000005270 T R_curl_write_binary_data
00000000000051b0 T R_curl_write_data
00000000000051d0 T R_curl_write_header_data...
2019 Feb 03
1
YP listings in version 2.5 beta
Hi,
This thread seems to have stalled. Would anyone still be able to help me with this one? I?ve posted my log as requested.
Any advice would be a great help.
>
> Message: 1
> Date: Tue, 29 Jan 2019 20:00:21 +1000
> From: Damian <db76 at riseup.net>
> To: icecast at xiph.org
> Subject: Re: [Icecast] Icecast Digest, Vol 175, Issue 11
> Message-ID: