[Home]

Summary:ASTERISK-10501: Compile asterisk-1.4.11 package error at funcs/func_curl.c
Reporter:Nhat Truong (luctruong75)Labels:
Date Opened:2007-10-11 11:41:43Date Closed:2007-10-11 11:50:48
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/func_curl
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Dear All,

My operation system is Redhat 9.0. I try to install asterisk-1.4.11 on my system, but the install progress error when compile the funcs/func-curl.c. The detail error is below:

[CC] cdr_pgsql.c -> cdr_pgsql.o
[LD] cdr_pgsql.o -> cdr_pgsql.so
[CC] func_base64.c -> func_base64.o
[LD] func_base64.o -> func_base64.so
[CC] func_callerid.c -> func_callerid.o
[LD] func_callerid.o -> func_callerid.so
[CC] func_cdr.c -> func_cdr.o
[LD] func_cdr.o -> func_cdr.so
[CC] func_channel.c -> func_channel.o
[LD] func_channel.o -> func_channel.so
[CC] func_curl.c -> func_curl.o
func_curl.c: In function `curl_internal':func_curl.c:106: `CURLOPT_NOSIGNAL'
undeclared (first use in this function)
func_curl.c:106: (Each undeclared identifier is reported only once
func_curl.c:106:
for each function it appears in.)
make[1]: *** [func_curl.o] Error 1
make: *** [funcs] Error 2
[root@lnx1 asterisk]#

Could everyone help me solve this issue? It's urgently.
Thanks so much for reading this issue

Comments:By: Russell Bryant (russell) 2007-10-11 11:50:48

You can disable building func_curl by running "make menuselect", going down to the Dialplan Functions section, and hitting space to turn it off.  Then, hit 'x' to save and quit.

However, given that redhat 9 is so very old, and has not been supported by RedHat in a very long time, I'm going to close this out as "won't fix", as this is not a platform I am willing to officially support.