PDA

View Full Version : Make makes nothing (1.1beta1)


chocho63
03-10-2005, 13:46
Hello,

I can't compile Zabbix 1.1 beta1. 'make' makes nothing !

make
Making all in src
make[1]: Entering directory `/zabbix/install/zabbix-1.1beta1/src'
make[2]: Entering directory `/zabbix/install/zabbix-1.1beta1/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/zabbix/install/zabbix-1.1beta1/src'
make[1]: Leaving directory `/zabbix/install/zabbix-1.1beta1/src'
make[1]: Entering directory `/zabbix/install/zabbix-1.1beta1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/zabbix/install/zabbix-1.1beta1'

I've installed 1.1 aplha 11 whithout problems, and want to migrate to 1.1 beta1.

Alexei
03-10-2005, 15:05
Try "make install".

James Wells
03-10-2005, 16:16
Greetings,
I can't compile Zabbix 1.1 beta1. 'make' makes nothing !

You need to re-run configure and tell it what to build, by default configure simply makes the frontend. If you want to compile the client, you run configure with the '--enable-agent' argument, if you want the server you use the '--enable-server' argument.

I hate to say it, but if you had done any searching of the forums, you would have found this in seconds, as it gets asked about twice a week.

chocho63
04-10-2005, 10:07
OK thanks, this is a new option in this version. I read the forums, but found nothing (with what keyword should I search ?). You should better include relase notes with each new release.