Ad Widget

Collapse

Unable to install zabbix.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kanour
    Senior Member
    • May 2006
    • 105

    #1

    Unable to install zabbix.

    Hi, I am trying install zabbix 1.3.2.
    I am unable to "make install.
    I configure it but when I try to make install. It seem it does proceed the make install, but there is nothing in /usr/local/.... directories.
  • kanour
    Senior Member
    • May 2006
    • 105

    #2
    Configure finishes with this:
    Configuration:

    Detected OS: linux-gnu
    Install path: /usr/local
    Compilation arch: linux

    Compiler: gcc
    Compiler flags: -g -O2
    Linker flags:
    Libraries: -lresolv -lnsl

    Enable server: no
    With database: no

    Enable agent: no

    ************************************************** *********
    * Now run 'make install' *
    * *
    * Thank you for using ZABBIX! *
    * <http://www.zabbix.com> *
    ************************************************** *********



    Make install finishes with this:

    Making install in src
    make[1]: Entering directory `/root/zabbix-1.3.2/src'
    make[2]: Entering directory `/root/zabbix-1.3.2/src'
    make[3]: Entering directory `/root/zabbix-1.3.2/src'
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    make[3]: Leaving directory `/root/zabbix-1.3.2/src'
    make[2]: Leaving directory `/root/zabbix-1.3.2/src'
    make[1]: Leaving directory `/root/zabbix-1.3.2/src'
    make[1]: Entering directory `/root/zabbix-1.3.2'
    make[2]: Entering directory `/root/zabbix-1.3.2'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/root/zabbix-1.3.2'
    make[1]: Leaving directory `/root/zabbix-1.3.2'
    monit:~/zabbix-1.3.2# ll /usr/local/bin/

    Comment

    • kanour
      Senior Member
      • May 2006
      • 105

      #3
      OK, my mistake with configuration command, I forgot to make space.
      I could configure with:
      Enable server: yes
      With Database: PostgreSQL
      Enable agent: yes

      But make install finishes with errors.
      ake[4]: Entering directory `/root/zabbix-1.3.2/src/libs/zbxdbhigh'
      if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I/usr/local/pgsql/include -g -O2 -MT action.o -MD -MP -MF ".deps/action.Tpo" -c -o action.o action.c; \
      then mv -f ".deps/action.Tpo" ".deps/action.Po"; else rm -f ".deps/action.Tpo"; exit 1; fi
      In file included from action.c:27:
      ../../../include/db.h:42:23: error: libpq-fe.h: No such file or directory
      In file included from action.c:27:
      ../../../include/db.h:118: error: expected specifier-qualifier-list before ‘PGresult’
      make[4]: *** [action.o] Error 1
      make[4]: Leaving directory `/root/zabbix-1.3.2/src/libs/zbxdbhigh'
      make[3]: *** [install-recursive] Error 1
      make[3]: Leaving directory `/root/zabbix-1.3.2/src/libs/zbxdbhigh'
      make[2]: *** [install-recursive] Error 1
      make[2]: Leaving directory `/root/zabbix-1.3.2/src/libs'
      make[1]: *** [install-recursive] Error 1
      make[1]: Leaving directory `/root/zabbix-1.3.2/src'
      make: *** [install-recursive] Error 1
      monit:~/zabbix-1.3.2# ll /usr/local/bin/
      Last edited by kanour; 24-02-2007, 13:49.

      Comment

      • BorisL
        Junior Member
        • Jan 2007
        • 20

        #4
        With Database: PostgreSQL
        Here's the main mistake - zabbix 1.3.2 does NOT support PostgreSQL

        Comment

        • kanour
          Senior Member
          • May 2006
          • 105

          #5
          It does! http://www.zabbix.com/rn1.3.2.php

          Comment

          • kanour
            Senior Member
            • May 2006
            • 105

            #6
            Please can someone confirm that zabbix 1.3.2 can be installed on amd64 with postgreSQL?

            Thank you

            Comment

            Working...