Ad Widget

Collapse

Install Zabbix 1.8 on Ubuntu 9.10

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oct
    Junior Member
    • Dec 2009
    • 22

    #1

    Install Zabbix 1.8 on Ubuntu 9.10

    Hello

    I'm having problems installing Zabbix 1.8 on Ubuntu 9.10. I have followed the Zabbix 1.8 manual, and these Ubuntu-specific how-tos, but with no luck:


    http://www.zabbix.com/wiki/howto/ins.../ubuntuinstall

    Everything is ok until I enter the make install command. After that I see the following:

    Making install in src
    make[1]: Entering directory `/home/zabbix/zabbix-1.8/src'
    Making install in libs
    make[2]: Entering directory `/home/zabbix/zabbix-1.8/src/libs'
    Making install in zbxcrypto
    make[3]: Entering directory `/home/zabbix/zabbix-1.8/src/libs/zbxcrypto'
    make[4]: Entering directory `/home/zabbix/zabbix-1.8/src/libs/zbxcrypto'
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    make[4]: Leaving directory `/home/zabbix/zabbix-1.8/src/libs/zbxcrypto'
    make[3]: Leaving directory `/home/zabbix/zabbix-1.8/src/libs/zbxcrypto'
    Making install in zbxcommon
    make[3]: Entering directory `/home/zabbix/zabbix-1.8/src/libs/zbxcommon'
    make[4]: Entering directory `/home/zabbix/zabbix-1.8/src/libs/zbxcommon'
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    ...

    and nothing is installed. What am i doing wrong?

    Thanks

    Oct
  • dmarsh
    Junior Member
    • Jun 2009
    • 17

    #2
    Stupid question, but you're doing it as root?

    Also can you post your ./configure line.

    Comment

    • oct
      Junior Member
      • Dec 2009
      • 22

      #3
      Yes, I ran "sudo make install". Also tried to create "zabbix" user with administrator rights and install from that user, as suggested by the ubuntu forums post.

      I tried these:

      ./configure --prefix=/usr --with-mysql --with-net-snmp --with-libcurl --enable-server --enable-agent && make

      sudo ./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl

      ./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl

      Thanks

      Oct

      Comment

      • oct
        Junior Member
        • Dec 2009
        • 22

        #4
        I already solved my issue. It was a user rights issue. Sorry for posting too early...

        Anyway, thanks for your help

        Oct

        Comment

        • Gillesvdb
          Junior Member
          • Jul 2010
          • 7

          #5
          I'm having the same problem.

          Could you specify your solution?

          thanks in advance

          Comment

          Working...