Ad Widget

Collapse

Zabbix install problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freshpotato
    Junior Member
    • Apr 2006
    • 2

    #1

    Zabbix install problems

    Hello,

    I have some troubles installing Zabbix on an Ubuntu server.

    I can successfully setup the databse and install all the dependencies. When I run ./configure --with-server --with-mysql --with-net-snmp
    eerything seems to go flawfless, until I'm suppooed run make install

    There is no make file!! How can this have happend? I have double checked all the premissions of the files

    Help anyboy?


    Configuration:

    Detected OS: linux-gnu
    Install path: /usr/local
    Compiler: gcc
    Compiler flags: -g -O2
    Linker flags: -lresolv -lnsl
    Compilation arch: linux

    Enable server: no
    With database: no

    Enable agent: no

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

    root@linux:/zabbix-1.1beta9# make install
    bash: make: command not found
    root@linux:/zabbix-1.1beta9# ls
    aclocal.m4 config.status depcomp INSTALL missing zabbix.spec
    AUTHORS config.sub do install-sh NEWS
    bin configure FAQ Makefile README
    ChangeLog configure.in frontends Makefile.am src
    config.guess COPYING go Makefile.in test
    config.log create include misc upgrades
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    It seems you do not have GNU make installed on your computer.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    Working...