Ad Widget

Collapse

Configure and compile error on openSUSE 10.2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tmac
    Junior Member
    • Feb 2007
    • 1

    #1

    Configure and compile error on openSUSE 10.2

    Hi,

    I'm trying to compile zabbix 1.1.6 on openSuSE0 10.2 x86, with the following configure command:

    ./configure --enable-server --enable-agent --with-mysql –-with-net-snmp

    and I get the following errors when running command.

    ./configure --enable-server --enable-agent --with-mysql –-with-net-snmp
    configure: WARNING: you should use --build, --host, --target
    configure: WARNING: invalid host type: –-with-net-snmp
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    configure: Configuring
    checking whether make sets $(MAKE)... (cached) yes
    checking build system type... Invalid configuration `–-with-net-snmp': machine `–-with-net' not recognized
    configure: error: /bin/sh ./config.sub –-with-net-snmp failed

    net-snmp daemon is installed version 5.4.rc2-4.i586

    without parm –-with-net-snmp is all ok (configure command and make command)

    Can anyone please help me with this issue?

    Thanks

    Tomas
  • Deathstar
    Junior Member
    • Feb 2007
    • 7

    #2
    Try this one:

    Code:
    ./configure --enable-server --enable-agent -with-mysql -with-net-snmp
    registered changes?

    my zabbix 1.1.6 is running on openSuse10.2, too.

    Comment

    Working...