I have a new zabbix installation using a 64bits station and Fedora 6. Everything seems to be well compiled and installed but when I try to start zabbix_server I have this message :
zabbix_server: error while loading shared libraries: libnetsnmp.so.15: cannot open shared object file: No such file or directory
I've installed net-snmp 5.4 and I've these libnetsnmp* files
[root@r-lnx-clone1 zabbix-1.1.4]# find / -name libnetsnmp.so\* -print
/usr/lib64/libnetsnmp.so.10
/usr/lib64/libnetsnmp.so.10.0.1
/usr/local/lib/libnetsnmp.so
/usr/local/lib/libnetsnmp.so.15.0.0
/usr/local/lib/libnetsnmp.so.15
What could be the problem? Thanks
zabbix_server: error while loading shared libraries: libnetsnmp.so.15: cannot open shared object file: No such file or directory
I've installed net-snmp 5.4 and I've these libnetsnmp* files
[root@r-lnx-clone1 zabbix-1.1.4]# find / -name libnetsnmp.so\* -print
/usr/lib64/libnetsnmp.so.10
/usr/lib64/libnetsnmp.so.10.0.1
/usr/local/lib/libnetsnmp.so
/usr/local/lib/libnetsnmp.so.15.0.0
/usr/local/lib/libnetsnmp.so.15
What could be the problem? Thanks

Comment