Ad Widget

Collapse

Unable to "make install" Zabbix 1.9.4 (beta) on HP-UX 11.31 (PA).

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pickelt
    Junior Member
    • Mar 2011
    • 3

    #1

    Unable to "make install" Zabbix 1.9.4 (beta) on HP-UX 11.31 (PA).

    Couldn't get SVN to work, connection timeout to svn.zabbix.com. Downloaded latest developers source, pre-zabbix-1.9.4.x-18918.tar.gz.
    Got different error this time.

    ./configure --enable-server --with-mysql --enable-ipv6 --with-libcurl --with-net-snmp
    ...
    Configuration:

    Detected OS: hpux11.31
    Install path: /usr/local
    Compilation arch: hpux

    Compiler: gcc
    Compiler flags: -g -O2 -I/opt/iexpress/mysql/include/mysql -fomit-frame-pointer -fpic -DHPUX11 -DSNPRINTF_RETURN_TRUNC -DHAVE_BROKEN_PREAD -DHAVE_BROKEN_GETPASS -DNO_FCNTL_NONBLOCK -DDO_NOT_REMOVE_THREAD_WRAPPERS -DHAVE_BROKEN_PTHREAD_COND_TIMEDWAIT -DUNIV_HPUX -DUNIV_HPUX -I/opt/openssl/include -I. -I/opt/iexpress/net-snmp/include

    Enable server: yes
    Server details:
    With database: MySQL
    WEB Monitoring via: cURL
    Native Jabber: no
    SNMP: net-snmp
    IPMI: no
    SSH: no
    Linker flags: -L/opt/iexpress/mysql/lib/mysql -L/opt/openssl/lib/ -L/opt/iexpress/curl/lib -lcurl -lxnet -L/opt/openssl/lib -L/opt/iexpress/net-snmp/lib -lnetsnmp -lelf -lnm -lipv6 -lcrypto -L/opt/openssl/lib -L/opt/iexpress/net-snmp/lib -lnetsnmp -lelf -lnm -lipv6 -lcrypto
    Libraries: -lm -liconv -lmysqlclient -lcurl -lnetsnmp

    Enable proxy: no

    Enable agent: no

    Enable Java proxy: no

    LDAP support: no
    IPv6 support: yes

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

    root@mbgux56:/tmp/zabbix-1.9.4
    #=>
    root@mbgux56:/tmp/zabbix-1.9.4
    #=>
    root@mbgux56:/tmp/zabbix-1.9.4
    #=> make install
    No suffix list.
    Making install in src
    No suffix list.
    Making install in libs
    No suffix list.
    Making install in zbxcrypto
    gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -I/opt/iexpress/mysql/include/mysql -fomit-frame-pointer -fpic -DHPUX11 -DSNPRINTF_RETURN_TRUNC -DHAVE_BROKEN_PREAD -DHAVE_BROKEN_GETPASS -DNO_FCNTL_NONBLOCK -DDO_NOT_REMOVE_THREAD_WRAPPERS -DHAVE_BROKEN_PTHREAD_COND_TIMEDWAIT -DUNIV_HPUX -DUNIV_HPUX -I/opt/openssl/include -I. -I/opt/iexpress/net-snmp/include -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c
    In file included from ../../../include/sysinc.h:265,
    from ../../../include/common.h:23,
    from md5.c:54:
    /usr/include/sys/sysinfo.h:187: error: array type has incomplete element type
    In file included from ../../../include/sysinc.h:391,
    from ../../../include/common.h:23,
    from md5.c:54:
    /opt/iexpress/net-snmp/include/net-snmp/net-snmp-config.h:1966:1: warning: "SNMP_NO_DEBUGGING" redefined
    In file included from ../../../include/sysinc.h:23,
    from ../../../include/common.h:23,
    from md5.c:54:
    ../../../include/config.h:614:1: warning: this is the location of the previous definition
    In file included from /opt/iexpress/net-snmp/include/net-snmp/mib_api.h:76,
    from /opt/iexpress/net-snmp/include/net-snmp/library/mib.h:37,
    from /opt/iexpress/net-snmp/include/net-snmp/varbind_api.h:80,
    from /opt/iexpress/net-snmp/include/net-snmp/library/snmp_api.h:28,
    from /opt/iexpress/net-snmp/include/net-snmp/types.h:387,
    from /opt/iexpress/net-snmp/include/net-snmp/definitions.h:22,
    from /opt/iexpress/net-snmp/include/net-snmp/net-snmp-includes.h:71,
    from ../../../include/sysinc.h:392,
    from ../../../include/common.h:23,
    from md5.c:54:
    /opt/iexpress/net-snmp/include/net-snmp/library/parse.h:35:1: warning: "MAXLABEL" redefined
    In file included from /usr/include/arpa/nameser.h:434,
    from ../../../include/sysinc.h:124,
    from ../../../include/common.h:23,
    from md5.c:54:
    /usr/include/arpa/nameser_compat.h:134:1: warning: this is the location of the previous definition
    *** Error exit code 1

    Stop.
    *** Error exit code 1

    Stop.
    *** Error exit code 1

    Stop.
    *** Error exit code 1

    Stop.
Working...