bash-3.00# ./configure --enable-server --with-pgsql --with-net-snmp --with-libcurl
...
checking for curl-config... /usr/local/bin/curl-config
checking for the version of libcurl... 7.18.0
checking for libcurl >= version 7.13.1... yes
checking for main in -lcurl... no
configure: error: Not found libcurl library
what can i do?
...
checking for curl-config... /usr/local/bin/curl-config
checking for the version of libcurl... 7.18.0
checking for libcurl >= version 7.13.1... yes
checking for main in -lcurl... no
configure: error: Not found libcurl library
what can i do?
) and use only libraries out of your /usr/local/lib path.
Comment