PDA

View Full Version : make error zabbix 1.1 beta on freebsd 5.4 stable


riegersteve
06-10-2005, 19:09
Making install in zbxsysinfo
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -MT cpu.o -MD -MP -MF ".deps/cpu.Tpo" -c -o cpu.o cpu.c; then mv -f ".deps/cpu.Tpo" ".deps/cpu.Po"; else rm -f ".deps/cpu.Tpo"; exit 1; fi
cpu.c:136:19: ldap.h: No such file or directory
*** Error code 1

Stop in /usr/local/src/zabbix-1.1beta1/src/libs/zbxsysinfo.
*** Error code 1

Stop in /usr/local/src/zabbix-1.1beta1/src/libs/zbxsysinfo.
*** Error code 1

Stop in /usr/local/src/zabbix-1.1beta1/src/libs.
*** Error code 1

Stop in /usr/local/src/zabbix-1.1beta1/src.
*** Error code 1

Stop in /usr/local/src/zabbix-1.1beta1.

James Wells
06-10-2005, 19:19
Greetings,

Please try the patch I posted in PATCH: Zabbix 1.1 beta1. LDAP issue (http://www.zabbix.com/forum/showthread.php?t=1389) thread.

That should fix part of the issue, and the rest of the thread should help you get past any other issues with BSD.