1.Error cannot create Semaphore: [28] No space left on device
1 | ipcs -s | grep zabbix | awk '{print $2}' | xargs -n 1 ipcrm -s |
or1
for i in `ipcs -t|grep zabbix|awk '{print $1}'`;do ipcrm -s $i;done
2.send data symbol compressBound, version libmysqlclient_18 not defined in file libmysqlclient.so.18 with link time reference
Install by source code1
2
3
4cat > /etc/ld.so.conf.d/mysql.conf << EOF
/usr/local/mysql/lib
EOF
ldconfig