Ad Widget

Collapse

compile on debain sarge

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michu
    Junior Member
    • Nov 2004
    • 20

    #1

    compile on debain sarge

    hey all

    i try to compile zabbix on debian 3.1:

    mideb:/tmp/zabbix-1.1alpha12# ./configure --with-mysql --with-net-snmp
    ..
    config.status: executing depfiles commands

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

    mideb:/tmp/zabbix-1.1alpha12# make
    Making all in src
    make[1]: Entering directory `/tmp/zabbix-1.1alpha12/src'
    make[2]: Entering directory `/tmp/zabbix-1.1alpha12/src'
    make[2]: Nothing to be done for `all-am'.
    make[2]: Leaving directory `/tmp/zabbix-1.1alpha12/src'
    make[1]: Leaving directory `/tmp/zabbix-1.1alpha12/src'
    make[1]: Entering directory `/tmp/zabbix-1.1alpha12'
    make[1]: Nothing to be done for `all-am'.
    make[1]: Leaving directory `/tmp/zabbix-1.1alpha12'
    mideb:/tmp/zabbix-1.1alpha12#


    but nothing is compiled, means there are no binarys... any ideas?

    regards
    michu
  • James Wells
    Senior Member
    • Jun 2005
    • 664

    #2
    Greetings,
    Originally posted by michu
    hey all

    i try to compile zabbix on debian 3.1:

    mideb:/tmp/zabbix-1.1alpha12# ./configure --with-mysql --with-net-snmp
    You need to tell configure to enable either server or agents, otherwise, it does nothing as you see here.
    Unofficial Zabbix Developer

    Comment

    • Alexei
      Founder, CEO
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Sep 2004
      • 5654

      #3
      Use also --enable-agent or --enable-server or both.
      Alexei Vladishev
      Creator of Zabbix, Product manager
      New York | Tokyo | Riga
      My Twitter

      Comment

      Working...