View Full Version : No zabbix_server file
Greetings:
OK, so I made it to step #15 on the install list, and I'm ready
to start zabbix ... , but ...
there's no /bin/zabbix_server file.
Wha'sup with that ?
Thankx,
JZB
cameronsto
09-03-2006, 19:26
Assuming your compile went fine, the zabbix_server executable isn't automatically placed in the /usr/bin directory. You would need to copy it from the src/zabbix_server directory to where you want it to run from.
-cameron
rickardp
20-03-2006, 10:55
Probably the configure flag --enable-server is missing. Use ./configure --help to find out which flags that can be set.
make install is available. I have set the prefix to --prefix=/usr/local/zabbix when running configure, so the binaries are copied into this location when make install is run, but the config and init.d stuff is not copied across.