I am trying to install Zabbix following the instructions here:
http://www.zabbix.com/documentation/...lation/install
However when I run the 'make install' command in step 5 of 3.2.2, I get:
Making install in src
make[1]: Entering directory `/root/src'
Making install in libs
make[2]: Entering directory `/root/src/libs'
Making install in zbxcrypto
make[3]: Entering directory `/root/src/libs/zbxcrypto'
gcc -DHAVE_CONFIG_H -I. -I../../.././zabbix-1.9.6/src/libs/zbxcrypto -I../../../include -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -DUNIV_LINUX -DUNIV_LINUX -I/usr/local/include -I/usr/lib/perl/5.10/CORE -I. -I/usr/include -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o ../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:54:20: error: common.h: No such file or directory
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:55:17: error: md5.h: No such file or directory
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:133: error: expected â)â before â*â token
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:314: error: expected â)â before â*â token
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:324: error: expected â)â before â*â token
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:362: error: expected â)â before â*â token
make[3]: *** [md5.o] Error 1
make[3]: Leaving directory `/root/src/libs/zbxcrypto'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/src/libs'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/src'
make: *** [install-recursive] Error 1
Does anyone have any ideas on this?
http://www.zabbix.com/documentation/...lation/install
However when I run the 'make install' command in step 5 of 3.2.2, I get:
Making install in src
make[1]: Entering directory `/root/src'
Making install in libs
make[2]: Entering directory `/root/src/libs'
Making install in zbxcrypto
make[3]: Entering directory `/root/src/libs/zbxcrypto'
gcc -DHAVE_CONFIG_H -I. -I../../.././zabbix-1.9.6/src/libs/zbxcrypto -I../../../include -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -DUNIV_LINUX -DUNIV_LINUX -I/usr/local/include -I/usr/lib/perl/5.10/CORE -I. -I/usr/include -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o ../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:54:20: error: common.h: No such file or directory
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:55:17: error: md5.h: No such file or directory
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:133: error: expected â)â before â*â token
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:314: error: expected â)â before â*â token
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:324: error: expected â)â before â*â token
../../.././zabbix-1.9.6/src/libs/zbxcrypto/md5.c:362: error: expected â)â before â*â token
make[3]: *** [md5.o] Error 1
make[3]: Leaving directory `/root/src/libs/zbxcrypto'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/src/libs'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/src'
make: *** [install-recursive] Error 1
Does anyone have any ideas on this?

Comment