Ad Widget

Collapse

No zabbix_server file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tx4real
    Junior Member
    • Mar 2006
    • 6

    #1

    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
    Senior Member
    • Oct 2005
    • 148

    #2
    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

    Comment

    • rickardp
      Junior Member
      • Dec 2004
      • 27

      #3
      1.1beta7 - configure flags

      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.
      Last edited by rickardp; 20-03-2006, 12:01.

      Comment

      Working...