When i try to compile on RHEL3 i get the following error during make:
and when i look into the /src/zabbix_server dir, there is a subdir alerter where the alerter.c is located. So: /src/zabbix_server/alerter/alerter.c
Is this a small bug?
I searched the forum on this problem but couldn't find a solution.
[edit]I try to compile Zabbix 1.1[/edit]
Code:
+ sed -i -e s#/home/zabbix/bin#/opt/zabbix/bin#g -e s#PidFile=/var/tmp#PidFile=/var/run#g -e s#LogFile=/tmp#LogFile=/var/log#g -e s#/home/zabbix/lock#/var/lock#g src/zabbix_server/alerter.c sed: can't read src/zabbix_server/alerter.c: No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.68636 (%build)
Is this a small bug?
I searched the forum on this problem but couldn't find a solution.
[edit]I try to compile Zabbix 1.1[/edit]
Comment