Link to home
Start Free TrialLog in
Avatar of LightwaveMgmt
LightwaveMgmtFlag for United States of America

asked on

Error with cURL when installing Zabbix

I am trying to install Zabbix on a CentOS box.  I enter:

./configure --enable-server --with-mysql --with-net-snmp --with-libcurl --with-openipmi --enable agent

I get the following error

configure: error: curl library not found

Does anyone know how to resolve this?
Avatar of shaunak
shaunak

Install curl with following easy to go command and then try again with zabbix

yum install curl


Avatar of LightwaveMgmt

ASKER

When I type "yum install curl"  it looks like its going to do something but then I get:

Package Curl-7.15.5-9.e15.i386 already installed and latest version.
Nothing to do

If I try Zabbix again after that, I get the same error mentioned earlier.
ASKER CERTIFIED SOLUTION
Avatar of medvedd
medvedd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I entered that command and it was installed successfully.  I got another error:

Invalid net-snmp directory - unable to find net-snmp-config

I ran yum install net-snmp and it went through the install process successfully, but I still get the error mentioned above.  Any suggestions?
For snmp, you need net-snmp-devel:

yum install net-snmp-devel

and you can also point to your snmp dir:

--with-net-snmp=/usr/local/snmp