-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Critical
-
Affects Version/s: 2.3.1
-
Component/s: Installation (I), Proxy (P), Server (S)
-
Environment:$ rpm -qa | grep curl
curl-7.15.5-17.el5_9
curl-devel-7.15.5-17.el5_9
Server does not compile with an older version of libcurl due to the following errors:
httptest.c: In function 'process_httptest':
httptest.c:438: error: 'CURLOPT_KEYPASSWD' undeclared (first use in this function)
httptest.c:438: error: (Each undeclared identifier is reported only once
httptest.c:438: error: for each function it appears in.)
This is because CURLOPT_KEYPASSWD was previously known under different names: see http://curl.haxx.se/libcurl/c/CURLOPT_KEYPASSWD.html .