-
Incident report
-
Resolution: Fixed
-
Minor
-
2.2.3
-
ArchLinux ARM + Raspberry Pi + Percona Server
On Raspberri Pi, OS ArchLinux ARM, I try to build Zabbix Proxy with client library from Percona Server:
./configure --enable-proxy --with-mysql=/usr/bin/perconaserver_config
But whatever the outcome perconaserver_config --libs
-L/usr/lib -lperconaserverclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl
configure is looking for library "lmysqlclient", not "lperconaserverclient"
Temporarily solved simply:
sed-i 's /-lmysqlclient /-lperconaserverclient / g'. / configure