Hi there,
I am trying to compile zabbix 1.8.2 under Ubuntu 8.04.4 LTS
I use the following command :
and have the following kind of error message in config.log :
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
conftest.c:69:19: error: mtent.h: No such file or directory
conftest.c:74:23: error: sys/pstat.h: No such file or directory
conftest.c:77:25: error: sys/loadavg.h: No such file or directory
...
The full log file is attached under config.log.zip (the tar.gz file is corrupted...) .
Can anybody help ?
Thanks.
I am trying to compile zabbix 1.8.2 under Ubuntu 8.04.4 LTS
I use the following command :
Code:
./configure --prefix=/usr --with-mysql --with-net-snmp\ --with-libcurl --enable-server --enable-agent && make
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
conftest.c:69:19: error: mtent.h: No such file or directory
conftest.c:74:23: error: sys/pstat.h: No such file or directory
conftest.c:77:25: error: sys/loadavg.h: No such file or directory
...
The full log file is attached under config.log.zip (the tar.gz file is corrupted...) .
Can anybody help ?
Thanks.

Comment