-
Problem report
-
Resolution: Fixed
-
Critical
-
7.0 (plan)
-
None
-
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