Good afternoon,
I've seen this discussed but have not yet seen anyone successfully install the proxy using mysql on Raspberry Pi. There are 2 issues I'm hitting:
1. When installing the package "zabbix-proxy-mysql_2.4.5+dfsg-1_armhf.deb" it fails because of version dependencies. For example libc6 is at version 2.13 on Raspbian and no higher version is available. But this package depends on version 2.17.
This is from the Raspbian package repository:
Package: libc6
Source: eglibc
Version: 2.13-38+rpi2+deb7u8
Architecture: armhf
2. If I try to install zabbix from source it fails with:
"configure: error: MySQL library not found"
This seems to resolve if you install the mysql-devel package. But mysql-devel is not available from the Raspbian package archives.
The zabbix-proxy with mysql seems to be designed to work on Raspberry Pi, or systems of similar architecture, otherwise they would not have made a deb package for it. Has anyone found a way to install the proxy with mysql on Pi?
I've seen this discussed but have not yet seen anyone successfully install the proxy using mysql on Raspberry Pi. There are 2 issues I'm hitting:
1. When installing the package "zabbix-proxy-mysql_2.4.5+dfsg-1_armhf.deb" it fails because of version dependencies. For example libc6 is at version 2.13 on Raspbian and no higher version is available. But this package depends on version 2.17.
This is from the Raspbian package repository:
Package: libc6
Source: eglibc
Version: 2.13-38+rpi2+deb7u8
Architecture: armhf
2. If I try to install zabbix from source it fails with:
"configure: error: MySQL library not found"
This seems to resolve if you install the mysql-devel package. But mysql-devel is not available from the Raspbian package archives.
The zabbix-proxy with mysql seems to be designed to work on Raspberry Pi, or systems of similar architecture, otherwise they would not have made a deb package for it. Has anyone found a way to install the proxy with mysql on Pi?
Comment