-
Type:
Problem report
-
Resolution: Fixed
-
Priority:
Critical
-
Affects Version/s: 7.0 (plan)
-
Component/s: Installation (I), Packages (C)
-
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