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

Incorrect linkage server / proxy with libmodbus

XMLWordPrintable

    • S24-W6/7
    • 2

      On RHEL like systems when configure like this:

      ./configure \
                  --datadir=/usr/lib \
                  --libdir=/usr/lib/zabbix \
                  --prefix=/usr \
                  --sysconfdir=/etc/zabbix \
                  --enable-ipv6 \
                  --enable-agent \
                  --enable-agent2 \
                  --enable-java \
                  --enable-proxy \
                  --enable-server \
                  --enable-webservice \
                  --with-ldap \
                  --with-libcurl \
                  --with-libmodbus \
                  --with-libpcre2 \
                  --with-libxml2 \
                  --with-mysql \
                  --with-net-snmp \
                  --with-openipmi \
                  --with-openssl \
                  --with-ssh \
                  --with-unixodbc
      

      Zabbix server / proxy will be linked with libmodbus:

      /usr/sbin/zabbix_server: error while loading shared libraries: libmodbus.so.5: cannot open shared object file: No such file or directory
      
      # ldd /usr/sbin/zabbix_server | grep bus
      	libmodbus.so.5 => not found
      

            askolmeisters Armands Arseniuss Skolmeisters
            dotneft Alexey Pustovalov
            Team C
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: