I'm trying to install the proxy on a Pi2 but I keep running into an error. It says that the database can't be started. The proxy log is blank and has no entries in it.
I have built the db and run it against schema.sql. Pi is running Ubuntu 15.10.1
Not as familiar with Linux as I would like, is it a dependency issue or an issue with the db?
I have built the db and run it against schema.sql. Pi is running Ubuntu 15.10.1
Not as familiar with Linux as I would like, is it a dependency issue or an issue with the db?
● zabbix-proxy.service - Zabbix Proxy (MySQL/MariaDB)
Loaded: loaded (/lib/systemd/system/zabbix-proxy.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2016-02-21 15:18:48 EST; 24min ago
Docs: man:zabbix_proxy
Process: 2293 ExecStart=/usr/sbin/zabbix_proxy (code=exited, status=127)
Feb 21 15:18:48 piroxy systemd[1]: Starting Zabbix Proxy (MySQL/MariaDB)...
Feb 21 15:18:48 piroxy zabbix_proxy[2293]: /usr/sbin/zabbix_proxy: error while loading shared libraries: libcrypto.so.1.0.2: cannot open shared object file... directory
Feb 21 15:18:48 piroxy systemd[1]: zabbix-proxy.service: Control process exited, code=exited status=127
Feb 21 15:18:48 piroxy systemd[1]: Failed to start Zabbix Proxy (MySQL/MariaDB).
Feb 21 15:18:48 piroxy systemd[1]: zabbix-proxy.service: Unit entered failed state.
Feb 21 15:18:48 piroxy systemd[1]: zabbix-proxy.service: Failed with result 'exit-code'.
Hint: Some lines were ellipsized, use -l to show in full.
Loaded: loaded (/lib/systemd/system/zabbix-proxy.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2016-02-21 15:18:48 EST; 24min ago
Docs: man:zabbix_proxy
Process: 2293 ExecStart=/usr/sbin/zabbix_proxy (code=exited, status=127)
Feb 21 15:18:48 piroxy systemd[1]: Starting Zabbix Proxy (MySQL/MariaDB)...
Feb 21 15:18:48 piroxy zabbix_proxy[2293]: /usr/sbin/zabbix_proxy: error while loading shared libraries: libcrypto.so.1.0.2: cannot open shared object file... directory
Feb 21 15:18:48 piroxy systemd[1]: zabbix-proxy.service: Control process exited, code=exited status=127
Feb 21 15:18:48 piroxy systemd[1]: Failed to start Zabbix Proxy (MySQL/MariaDB).
Feb 21 15:18:48 piroxy systemd[1]: zabbix-proxy.service: Unit entered failed state.
Feb 21 15:18:48 piroxy systemd[1]: zabbix-proxy.service: Failed with result 'exit-code'.
Hint: Some lines were ellipsized, use -l to show in full.
Comment