During configuration of zabbix 1.6.4, I get this error:
checking for strtod... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for vsnprintf... yes
checking for hstrerror... yes
checking for atoll... yes
checking for getopt_long... yes
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lmysqlclient ... yes
checking for ZABBIX server database selection... ok
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for iksemel support... yes
checking for getaddrinfo... yes
checking for main in -lgnutls ... yes
checking for main in -ltasn1 ... yes
checking for main in -lgcrypt ... yes
checking for main in -lgpg-error ... yes
checking for gawk... (cached) mawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.18.2
checking for libcurl >= version 7.13.1... yes
checking for main in -lcurl... yes
checking whether libcurl is usable... no
configure: error: Not found Curl library
Can anyone help me ?
using Linux Debian lenny, follows some infos:
$ curl-config --version
libcurl 7.18.2
$ curl-config --cflags
$ curl-config --libs
-lcurl
$ curl-config --static-libs
/usr/lib/libcurl.a -lidn -llber -lldap -lrt -lgssapi_krb5 -lgssapi_krb5 -lz -lgnutls
checking for strtod... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for vsnprintf... yes
checking for hstrerror... yes
checking for atoll... yes
checking for getopt_long... yes
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lmysqlclient ... yes
checking for ZABBIX server database selection... ok
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for iksemel support... yes
checking for getaddrinfo... yes
checking for main in -lgnutls ... yes
checking for main in -ltasn1 ... yes
checking for main in -lgcrypt ... yes
checking for main in -lgpg-error ... yes
checking for gawk... (cached) mawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.18.2
checking for libcurl >= version 7.13.1... yes
checking for main in -lcurl... yes
checking whether libcurl is usable... no
configure: error: Not found Curl library
Can anyone help me ?
using Linux Debian lenny, follows some infos:
$ curl-config --version
libcurl 7.18.2
$ curl-config --cflags
$ curl-config --libs
-lcurl
$ curl-config --static-libs
/usr/lib/libcurl.a -lidn -llber -lldap -lrt -lgssapi_krb5 -lgssapi_krb5 -lz -lgnutls
Comment