PDA

View Full Version : Another Make compile problem


cfendya
21-01-2006, 18:24
All - I have searched and read the forums and have not found a solution to my problem. I am receiving the below after running "make" and nothing is in the bin directory except for ZabbixW32.exe. I think I have all the dependencies since the configure works and I'm not receiving any errors.

make[3]: Leaving directory `/zabbix-1.1beta5/src/zabbix_server'
make[2]: Leaving directory `/zabbix-1.1beta5/src/zabbix_server'
make[2]: Entering directory `/zabbix-1.1beta5/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/zabbix-1.1beta5/src'
make[1]: Leaving directory `/zabbix-1.1beta5/src'
make[1]: Entering directory `/zabbix-1.1beta5'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/zabbix-1.1beta5'

I'm running this on a debian 3.1 box. Just for the heck of it I tried 1.1beta4 and received the same problem so I know it's not a problem with the beta5.

Thanks in advance for any assistance!

-Chris

Alexei
21-01-2006, 19:02
Please read ZABBIX Manual!

./configure --enable-server --enable-agent --prefix=<your dir>
make install

cfendya
23-01-2006, 15:04
Ok, I have set the prefix and was able to all compiled except for the trapperd and suckerd file. Any idea as to why these wouldn't be compiled but the others would?

Nate Bell
23-01-2006, 16:00
Ah, welcome to 1.1. The trapperd and suckerd binaries have been combined into a single binary named zabbix_server. Just get that puppy running, deploy your agents, and you should be good to go.

Nate