[Home]

Summary:ASTERISK-03095: [patch] new curl inclusion blows up build with RH 7.3 curl-7.9.5 gcc 3.2.2
Reporter:jessicalh (jessicalh)Labels:
Date Opened:2004-12-27 03:52:38.000-0600Date Closed:2011-06-07 14:11:53
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20041227__curl_rh73_fix.diff.txt
Description:my curl.h version is 1.127, with redhat 7.3 updates installed, building under gcc 3.2.2.  CURL_WRITEDATA is not present and the new app_curl pukes on build from the CVS version.

****** ADDITIONAL INFORMATION ******

I don't know how to rate sev on this as it is only blocking to those of use using 7.3 for telephony hardware/asr/tts reasons.  

Reverted to stable build and asterisk seems happy (all built fine)
Comments:By: Olle Johansson (oej) 2004-12-27 09:46:34.000-0600

What version of Curl /libcurl do you have installed?

You can disable app_curl compilation in apps/Makefile.

By: jessicalh (jessicalh) 2004-12-27 11:55:30.000-0600

oej - curl version as per bug header.  So far as I can tell its the last "sanctioned" update to curl for 7.3 -- and the curl update is lovely -- its just another package/issue to be aware of when doing a 7.3 installation, and as such a change, so I logged it here.

By: Olle Johansson (oej) 2004-12-27 12:01:54.000-0600

Sorry, did not check the summary line enough. Too much xmas food :-) We need to check with Corydon76 (the author).

By: Tilghman Lesher (tilghman) 2004-12-27 22:39:57.000-0600

Do you have CURLOPT_FILE defined in the header file for that version of libcurl?  If so, then that's an easy swap.

By: Tilghman Lesher (tilghman) 2004-12-27 22:49:52.000-0600

Does this patch fix the compile issue?

By: Tilghman Lesher (tilghman) 2005-01-02 18:58:19.000-0600

Reporter has apparently lost interest.