I compile zabbix 1.4 and when it queries the libcurl library it gets the follwoing error.
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.12.1
checking for libcurl >= version 7.15.1... no
configure: error: Not found Curl library
[root@lynx zabbix-1.4]# rpm -q -a | grep curl
curl-devel-7.12.1-5.rhel4
curl-7.12.1-5.rhel4
[root@lynx zabbix-1.4]#
As you can see I checked and the libraries are there.
Now what????
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.12.1
checking for libcurl >= version 7.15.1... no
configure: error: Not found Curl library
[root@lynx zabbix-1.4]# rpm -q -a | grep curl
curl-devel-7.12.1-5.rhel4
curl-7.12.1-5.rhel4
[root@lynx zabbix-1.4]#
As you can see I checked and the libraries are there.
Now what????
Comment