Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.1
-
None
-
None
-
mariadb-10.0.1-linux-x86_64.tar.gz (requires GLIBC_2.14+) md5sum: ded866cc9b950dca9a5d472a3a6b320a,
trying to run on Fedora release 16 (Verne)
Description
I am using binary tarball of 10.0.1. I am unable to load the Cassandra storage engine plugin:
MariaDB [test]> INSTALL PLUGIN cassandra SONAME 'ha_cassandra.so' ;
|
ERROR 1126 (HY000): Can't open shared library '/data0/psergey/nodev/mariadb-10.0.1-linux-x86_64/lib/plugin/ha_cassandra.so' (errno: 0 service 'my_snprintf_service' interface version mismatch)
|
I've tried other plugin and it seemed to work:
MariaDB [test]> INSTALL PLUGIN sphinx SONAME 'ha_sphinx.so';
|
Query OK, 0 rows affected (0.00 sec)
|