We (Chicago-area school district) had Zabbix running on a Raspberry Pi for almost a year without any issues, but I wound up doing something that trashed the SD card. We are now moving the install to an SSD on the same Raspberry Pi, doing fresh installs of everything. After getting everything installed I am getting this error when starting the Zabbix server:
We have installed Raspbian Bullseye with Zabbix 6.05. I checked installed libraries and it looks like the current libsnmp is now libsnmp40 and not 30.
How would I go about getting this dependency resolved?
Code:
zabbix_server[1085]: /usr/sbin/zabbix_server: error while loading shared libraries: libnetsnmp.so.30: cannot open shared object file
How would I go about getting this dependency resolved?
Comment