【发布时间】:2017-08-06 22:54:36
【问题描述】:
我在安装 oqgraph 引擎时遇到问题,有人可以提出建议吗?
" ERROR 1126 (HY000): Can't open shared library 'ha_oqgraph.so' (errno: 8, API version for STORAGE ENGINE plugin OQGRAPH is not supported by this version of server)".
我在 centos 6.8 minimum 上的安装步骤如下:
1- 设置 MariaDB 存储库
2- 安装 epel-release 和 socat
3- 安装开发工具4- 安装 wget
5- 安装 boost boost-devel boost-doc
6- wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm7- rpm -Uvh epel-release-6-8.noarch.rpm
8- yum install Judy
9- yum install MariaDB-Galera-server MariaDB*engine MariaDB-client rsync galera
它显示安装了 oqgraph 和其他引擎,但是当我使用“SHOW ENGINES”检查 MariaDB 引擎时,没有安装 oqgraph,当我尝试使用“INSTALL SONAME 'ha_oqgraph'”安装它时,它给了我上面提到的错误.
感谢您的建议
【问题讨论】: