Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-38

zabbix 1.4.2 on AIX ./configure fails

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 1.4.3
    • 1.4.3
    • Server (S)
    • None

      FYI
      ------------------------------
      I did a test by installing this
      MySQL-client-3.23.58-2.aix5.1.ppc.rpm
      MySQL-devel-3.23.58-2.aix5.1.ppc.rpm

      with CC=gcc, .configure passed that error, and stopped in other places, and also i know that thats not preferred so I uninstalled it, so the problem could be with client-development libraries, not finding them
      ------------------------------

      I downloaded a trail version of xlC, and installed in my AIX, removed gcc and started ./configure
      Code:

      ./configure --prefix=/usr/local/zabbix --enable-server --enable-agent --enable-static --with-mysql --with-net-snmp --with-libcurl

      it passed that mysql problem, but stopped at crypto libraries somewhere...
      what i did i took off --enable-static

      and passed that also, I managed to ./configure but when it comes to make install it stopped at
      zbxsms

      sms.c Undeclared identifier CRTSCTS
      what I did to pass that also was

      I commented in file ./src/libs/zbxsms/sms.c

      Code:

      // options.c_cflag = old_options.c_cflag | CRTSCTS | CS8 | CLOCAL | CREAD;

      and I passed that error also, but now it stoppes at
      Code:

      xlc -I /usr/local/include -I/usr/local/mysql/include -ma -qstrict -qoptimize=2 -qmaxmem=8192 -I/usr/local/include -I. -I/usr/local/include -L /usr/local/lib -L/usr/local/mysql/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o zabbix_server zabbix_server-evalfunc.o zabbix_server-expression.o zabbix_server-actions.o zabbix_server-operations.o zabbix_server-events.o zabbix_server-zlog.o zabbix_server-functions.o zabbix_server-server.o alerter/libzbxalerter.a discoverer/libzbxdiscoverer.a pinger/libzbxpinger.a poller/libzbxpoller.a housekeeper/libzbxhousekeeper.a timer/libzbxtimer.a trapper/libzbxtrapper.a nodewatcher/libzbxnodewatcher.a utils/libzbxutils.a httppoller/libzbxhttppoller.a watchdog/libzbxwatchdog.a ../../src/libs/zbxsysinfo/libzbxserversysinfo.a ../../src/libs/zbxsysinfo/aix/libspecsysinfo.a ../../src/libs/zbxsysinfo/common/libcommonsysinfo.a ../../src/libs/zbxsysinfo/simple/libsimplesysinfo.a ../../src/libs/zbxlog/libzbxlog.a ../../src/libs/zbxnix/libzbxnix.a ../../src/libs/zbxsys/libzbxsys.a ../../src/libs/zbxconf/libzbxconf.a ../../src/libs/zbxemail/libzbxemail.a ../../src/libs/zbxsms/libzbxsms.a ../../src/libs/zbxdbhigh/libzbxdbhigh.a ../../src/libs/zbxdb/libzbxdb.a ../../src/libs/zbxcommon/libzbxcommon.a ../../src/libs/zbxcrypto/libzbxcrypto.a ../../src/libs/zbxcomms/libzbxcomms.a -lm -lnsl -lmysqlclient -lcurl -lnetsnmp ld: 0711-317 ERROR: Undefined symbol: .compress ld: 0711-317 ERROR: Undefined symbol: .uncompress ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8.

      To make sure that this is not a problem with zabbix 1.4.2, I went with 1.4.1, but the same problem occurred
      Now I'm out of options

      I would appreciate your help
      Thank you all
      lolziac

      http://www.zabbix.com/forum/showthread.php?t=7349

            alexei Alexei Vladishev
            alexei Alexei Vladishev
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: