With:
./configure --enable-agent --enable-server --with-mysql --with-net-snmp --with-libcurl=/usr/local
I am getting:
checking for curl-config... /usr/local
configure: error: Not found Curl library
I have also tried /usr/local/bin and /usr/local/bin/curl-config
Also:
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h: check for missing prerequisite headers?
configure: WARNING: sys/mount.h: see the Autoconf documentation
configure: WARNING: sys/mount.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/mount.h: proceeding with the preprocessor's result
configure: WARNING: sys/mount.h: in the future, the compiler will take precedence
./configure --enable-agent --enable-server --with-mysql --with-net-snmp --with-libcurl=/usr/local
I am getting:
checking for curl-config... /usr/local
configure: error: Not found Curl library
I have also tried /usr/local/bin and /usr/local/bin/curl-config
Also:
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h: check for missing prerequisite headers?
configure: WARNING: sys/mount.h: see the Autoconf documentation
configure: WARNING: sys/mount.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/mount.h: proceeding with the preprocessor's result
configure: WARNING: sys/mount.h: in the future, the compiler will take precedence
..
Comment