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)
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
I am unable to make use of Cassandra engine in: {noformat} 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) {noformat} {noformat} MariaDB [test]> INSTALL PLUGIN sphinx SONAME 'ha_sphinx.so'; Query OK, 0 rows affected (0.00 sec) {noformat} |
I am using binary tarball of 10.0.1. I am unable to load the Cassandra storage engine plugin: {noformat} 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) {noformat} I've tried other plugin and it seemed to work: {noformat} MariaDB [test]> INSTALL PLUGIN sphinx SONAME 'ha_sphinx.so'; Query OK, 0 rows affected (0.00 sec) {noformat} |
Environment | mariadb-10.0.1-linux-x86_64.tar.gz (requires GLIBC_2.14+) md5sum: ded866cc9b950dca9a5d472a3a6b320a |
mariadb-10.0.1-linux-x86_64.tar.gz (requires GLIBC_2.14+) md5sum: ded866cc9b950dca9a5d472a3a6b320a, trying to run on Fedora release 16 (Verne) |
Assignee | Elena Stepanova [ elenst ] |
Assignee | Elena Stepanova [ elenst ] | Sergei Petrunia [ psergey ] |
Assignee | Sergei Petrunia [ psergey ] | Sergei Golubchik [ serg ] |
Fix Version/s | 10.0.7 [ 14100 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Sergei Golubchik [ serg ] | Sergey Vojtovich [ svoj ] |
Assignee | Sergey Vojtovich [ svoj ] | Sergei Golubchik [ serg ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | defaullt [ 27009 ] | MariaDB v2 [ 43883 ] |
Workflow | MariaDB v2 [ 43883 ] | MariaDB v3 [ 63106 ] |
Workflow | MariaDB v3 [ 63106 ] | MariaDB v4 [ 146610 ] |
Works on Fedora 17 (earlier I tried Fedora 18, it worked too), I'll check Fedora 16 next if I find an image.
MariaDB [test]> install plugin cassandra soname 'ha_cassandra.so';
Query OK, 0 rows affected (0.00 sec)
MariaDB [test]> show plugins;
---------------------------
----------------------------------------------------------------------------
-------------------------------------------------...
---------------------------
-------------------------------------------------41 rows in set (0.00 sec)
MariaDB [test]> show engines;
-------------------
------------------------------------------------------------------------------------------------+-------------------
------------------------------------------------------------------------------------------------+...
-------------------
------------------------------------------------------------------------------------------------+11 rows in set (0.00 sec)
MariaDB [test]> show variables like 'version%';
------------------------
---------------+------------------------
---------------+------------------------
---------------+4 rows in set (0.00 sec)
Tarball in use:
rw-rw-r-. 1 elenst elenst 298066045 Apr 18 21:48 mariadb-10.0.1-linux-x86_64.tar.gz[elenst@fedora17-64 mariadb-10.0.1-linux-x86_64]$ ldd bin/mysqld
linux-vdso.so.1 => (0x00007fff6f478000)
libaio.so.1 => /lib64/libaio.so.1 (0x0000003c72200000)
librt.so.1 => /lib64/librt.so.1 (0x0000003c73200000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003c72a00000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x0000003c7e600000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003c72e00000)
libstdc+.so.6 => /lib64/libstdc+.so.6 (0x0000003c7d600000)
libm.so.6 => /lib64/libm.so.6 (0x0000003c73a00000)
libc.so.6 => /lib64/libc.so.6 (0x0000003c72600000)
/lib64/ld-linux-x86-64.so.2 (0x0000003c71e00000)
libfreebl3.so => /lib64/libfreebl3.so (0x0000003c7fe00000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003c76600000)
[elenst@fedora17-64 mariadb-10.0.1-linux-x86_64]$ ldd lib/plugin/ha_cassandra.so
linux-vdso.so.1 => (0x00007fffec251000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f447cfcc000)
libstdc+.so.6 => /lib64/libstdc+.so.6 (0x00007f447ccc9000)
libc.so.6 => /lib64/libc.so.6 (0x00007f447c911000)
/lib64/ld-linux-x86-64.so.2 (0x0000003c71e00000)
libm.so.6 => /lib64/libm.so.6 (0x00007f447c616000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f447c401000)