hi,
i try to compile the alpha11 on my debian system wiht this configure line:
trhe configure runs great, abd it seams to be no problem, but the make fails:
this is the Makefile from line 289:
any suggestions?
i try to compile the alpha11 on my debian system wiht this configure line:
Code:
./configure --enable-server --with-mysql --with-net-snmp --prefix=/opt/zabbix
Code:
tom:/downloads/zabbix-1.1alpha11# make Making all in src make[1]: Entering directory `/downloads/zabbix-1.1alpha11/src' Makefile:290: Extraneous text after `else' directive Makefile:290: *** extraneous `else'. Stop. make[1]: Leaving directory `/downloads/zabbix-1.1alpha11/src' make: *** [all-recursive] Error 1
Code:
else !SERVER endif !SERVER # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT:
Comment