kyi
04-08-2005, 08:34
hi,
i try to compile the alpha11 on my debian system wiht this configure line:
./configure --enable-server --with-mysql --with-net-snmp --prefix=/opt/zabbix
trhe configure runs great, abd it seams to be no problem, but the make fails:
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
this is the Makefile from line 289:
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:
any suggestions?
i try to compile the alpha11 on my debian system wiht this configure line:
./configure --enable-server --with-mysql --with-net-snmp --prefix=/opt/zabbix
trhe configure runs great, abd it seams to be no problem, but the make fails:
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
this is the Makefile from line 289:
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:
any suggestions?