I can't install the cassandra plugin in mariadb 10.0.20, I tried with this:
MariaDB [(none)]> INSTALL PLUGIN cassandra SONAME 'ha_cassandra.so';
ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/ha_cassandra.so' (errno: 2, cannot open shared object file: No such file or directory)
MariaDB [(none)]> INSTALL SONAME 'ha_cassandra.so';
ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/ha_cassandra.so' (errno: 2, cannot open shared object file: No such file or directory)
But in both cases I get the same error. Please help me.
I use Ubuntu 15.04 64 bits and mariadb 10.0.20.