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

3.0 Alpha 4 - FreeBSD 10.1 - Agent build fails with TLS support

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Cannot Reproduce
    • Icon: Minor Minor
    • None
    • 3.0.0alpha4
    • Agent (G)
    •  FREEBSD 10.1-RELEASE-p24

      As you can see the iconv check fails only when --with-openssl is present. OpenSSL is present as shown in failed ./configure

      ./configure --enable-agent  ##Successful##
      
      checking for architecture... freebsd (freebsd10.1)
      checking size of void *... 8
      checking for ICONV support... yes
      checking for mkdir -p candidate... ok (./install-sh -c -d)
      checking that generated files are newer than configure... done
      
      
      Configuration:
        Detected OS:           freebsd10.1
        Install path:          /usr/local
        Compilation arch:      freebsd
        Compiler:              cc
        Compiler flags:        -g -O2
        Enable server:         no
        Enable proxy:          no
        Enable agent:          yes
        Agent details:
          TLS:                   no
          Linker flags:          -rdynamic
          Libraries:             -lkvm -lm -lexecinfo -ldevstat
        Enable Java gateway:   no
        LDAP support:          no
        IPv6 support:          no
      
      ***********************************************************
      *            Now run 'make install'                       *
      *                                                         *
      *            Thank you for using Zabbix!                  *
      *              <http://www.zabbix.com>                    *
      ***********************************************************
      
      ./configure --enable-agent --with-openssl ##Failure##
      
      checking for architecture... freebsd (freebsd10.1)
      checking size of void *... 8
      checking for OpenSSL support... yes
      checking for ICONV support... configure: error: Unable to use iconv (libiconv check failed)
      

            Unassigned Unassigned
            Jimlad James Lodge
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: