Ad Widget

Collapse

Error Compiling Zabbix 1.9.4 version on AIX

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • c.fabre
    Junior Member
    • Jun 2011
    • 4

    #1

    Error Compiling Zabbix 1.9.4 version on AIX

    Hi guys,

    I'm having to compile Zabbix 1.9.4, but is reporting the following error on AIX 6.1:
    # ./configure --enable-agent --enable-java
    checking for a BSD-compatible install... ./install-sh -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... ./install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... nawk
    checking whether make sets $(MAKE)... yes
    configure: Configuring
    checking whether make sets $(MAKE)... (cached) yes
    checking build system type... powerpc-ibm-aix6.1.0.0
    checking host system type... powerpc-ibm-aix6.1.0.0
    checking for gcc... gcc
    checking whether the C compiler works... no
    configure: error: in `/opt/packages/ZABBIX-AGENT/zabbix-1.9.4':
    configure: error: C compiler cannot create executables
    See `config.log' for more details

    Can anyone help me?


    Thanks,
    Cesar
  • Davidus
    Senior Member
    • Dec 2010
    • 281

    #2
    Take a look on file “config.log” there should be a hint
    Compiling zabbix on AIX is not so easy… I tried this a couple of months ago with no result, eventually gave up and compiled zabbix 1.8.4 on RHEL 5.5 and its working fine

    Comment

    Working...