After upgrading my zabbix and ubuntu versions I got a couple of errors.
I've managed to solve a couple of them but I'm left with one error I can't seem to solve.
I've installed zabbix-server-mysql and when I enter systemctl status zabbix-server, it shows that it is running.
When I log into the dashboard I get the error that the zabbix server is not running.
When I type zabbix_server in my zabbix directory I get the message that I have an error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: no such file or directory.
I've tried everything that other people with similar problems had, reinstalled mysql and I checked the files. I have a libmysqlclient.so.20 installed. I created a symbolic link to the /usr/local/lib because the mysqlclient.so.20 is located in /usr/local/etc/.
When I try ldd path/to/zabbix i get the message that there is no such file or directory.
Any solutions?
Thanks
I've managed to solve a couple of them but I'm left with one error I can't seem to solve.
I've installed zabbix-server-mysql and when I enter systemctl status zabbix-server, it shows that it is running.
When I log into the dashboard I get the error that the zabbix server is not running.
When I type zabbix_server in my zabbix directory I get the message that I have an error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: no such file or directory.
I've tried everything that other people with similar problems had, reinstalled mysql and I checked the files. I have a libmysqlclient.so.20 installed. I created a symbolic link to the /usr/local/lib because the mysqlclient.so.20 is located in /usr/local/etc/.
When I try ldd path/to/zabbix i get the message that there is no such file or directory.
Any solutions?
Thanks
Comment