voipmonitor / sniffer

VoIPmonitor sniffer sources
226 stars 105 forks source link

Project configure script fixups for CentOS7 #77

Closed kvishnivetsky closed 3 years ago

kvishnivetsky commented 3 years ago

FIX: autotools require configure script was named as configure.ac and not configure.in FIX: There is only 7.29(not 7.34) version of libCURL in CentOS7

voipmonitor commented 3 years ago

Hi,

About the Curl - there needs to be this version, if it is not in centos, you have to compile it. I'm not sure exactly why we required higher version but I'm sure it was for a reason.

milon21 commented 3 years ago

The reason is that we need the CURL_SSLVERSION_TLSv1_0 parameter which was added in the 7.34 version. https://curl.se/libcurl/c/CURLOPT_SSLVERSION.html

kvishnivetsky commented 3 years ago

The reason is that we need the CURL_SSLVERSION_TLSv1_0 parameter which was added in the 7.34 version. https://curl.se/libcurl/c/CURLOPT_SSLVERSION.html

Ok. I see. Then I revert libCURL version commit.