CoovaChilli 1.3.0 configuration error --with curl was given, but test for curl failed

351 Views Asked by At

Trying to configure CoovaChilli 1.3.0 with

./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \--sysconfdir=/etc --localstatedir=/var --enable-largelimits \--enable-binstatusfile --enable-statusfile --enable-chilliproxy \--enable-chilliradsec --enable-chilliredir --with-openssl --with-curl \--with-poll --enable-dhcpopt --enable-sessgarden --enable-dnslog \--enable-ipwhitelist --enable-redirnsreq --enable-miniconfig \--enable-libjson --enable-layer3 --enable-proxyvsa --enable-miniportal \--enable-modules --enable-multiroot

I encounter with the following error :

checking for curl_global_init in -lcurl... no
configure: error: in `/home/reaper/chilli/coova-chilli-1.3.0':
configure: error: --with-curl was given, but test for curl failed
See `config.log' for more details

I have provided the config.log file here

0

There are 0 best solutions below