Wednesday, 6 March 2013

atasi error compile manual zabbix

waktu compile manual zabbix, di bagian ./configure bla.. bla.. bla.. muncul error

checking for mysql_config... no
configure: error: MySQL library not found
atasi dengan
apt-get install libmysqld-dev

===============
error muncul

checking for curl-config... no
configure: error: Curl library not found

atasi dengan

libcurl4-gnutls-dev

===============
error muncul

checking for main in -lnetsnmp... no
configure: error: Not found NET-SNMP library

atasi dengan
apt-get install libsnmp-dev

===============
error muncul


checking for OPENIPMI support... no
configure: error: Invalid OPENIPMI directory - unable to find ipmiif.h

atasi dengan
apt-get install openipmi libopenipmi-dev


===============
error muncul

checking for SSH2 support... no
configure: error: SSH2 library not found 
atasi dengan
apt-get install libssh2-1-dev libssh2-1








udah gitu doank...

No comments:

Post a Comment