I'm trying to install tokudb under mariadb the lazy way using the debs given here (ubuntu 13.04) https://mariadb.com/kb/en/how-to-enable-tokudb-in-mariadb/
I should run sudo apt-get install mariadb-tokudb-engine-5.5 but if I apt-cache search I get maria-db-tokudb-engine-10.0 (I have installed mariadb 10).
Just checking on the installation if I enter mysql and run
INSTALL SONAME 'ha_tokudb'; ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/ha_tokudb.so' (errno: 2 cannot open shared object file: No such file or directory)
Certainly, I can't find the plugins on my HDD under the mysql/plugin folder. Have they been placed somewhere else? Have I missed something? Should I isntall tokudb following the instructions at the totutek site.
Many thanks for any advice. Best paul