We ran the command
./configure –enable-server –enable-agent –with-mysql –with-net-snmp –with libcurl
Checking for curl config .. 7.12.1
Checking for the version of libcurl .. no
Checking for libcurl ..>=version 7.13.1 ..no
Configure:error: Not found curl library
We then did a rpm – qa | grep libcurl and the output is ‘libcurl4-7.16.4-1’
If I edit the /usr/bin/curl-config file to change the version number to the 7.13.1, then the installation does not create the /etc/zabbix folder
And also does not copy the web pages to the var/www/html folder.
The installation is running on RHEL ES 4 with mysql 4.1.17 and net-snmp version 5.1.2-11
Is there a fix for this ?
./configure –enable-server –enable-agent –with-mysql –with-net-snmp –with libcurl
Checking for curl config .. 7.12.1
Checking for the version of libcurl .. no
Checking for libcurl ..>=version 7.13.1 ..no
Configure:error: Not found curl library
We then did a rpm – qa | grep libcurl and the output is ‘libcurl4-7.16.4-1’
If I edit the /usr/bin/curl-config file to change the version number to the 7.13.1, then the installation does not create the /etc/zabbix folder
And also does not copy the web pages to the var/www/html folder.
The installation is running on RHEL ES 4 with mysql 4.1.17 and net-snmp version 5.1.2-11
Is there a fix for this ?
Comment