Ad Widget

Collapse

OpenSuse11.4 and zabbix 1.8.7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PeteH
    Junior Member
    • Apr 2011
    • 8

    #1

    OpenSuse11.4 and zabbix 1.8.7

    Guys,
    Having a little trouble installing on opensuse 11.4 with a postgres backend (it has to be an install from source because of what is required ie number of hosts etc., basically its with all the bells and whistles ). Basically the make install part doesn't appear to be playing in places (I think I should end up with a usr/share/zabbix but that isn't there - nadda, nothing and I'm working as root so permissions to create a /usr/share/zabbix isn't it).

    Rather than fill up the post I've tried to attached 2 files, the output of the configure (to show what I'm doing) and the output of the make install.

    Any help would be appreciated

    Pete
    Attached Files
  • badener
    Member
    • Sep 2009
    • 42

    #2
    Hi,

    from your config.txt it looks like your install path is /usr/local , so you will not have a /usr/share/zabbix - check /usr/local/sbin for zabbix_agentd and zabbix_server or /usr/local/bin for zabbix_sender or zabbix_get.
    If you'd prefer all your zabbix files to be in one directory use --prefix=/usr/share/zabbix with your configure command.

    Comment

    • PeteH
      Junior Member
      • Apr 2011
      • 8

      #3
      Ta

      Thanks for that Bardener. It does indeed contain the binaries.

      Pete

      Comment

      Working...