[MDEV-5573] Missing libraries for builds of MariaDB for versions built on older versions of glibc Created: 2014-01-27 Updated: 2014-02-11 Resolved: 2014-02-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.34-galera, 10.0.7 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Richard Bensley | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Linux x86_64 Centos 6.x, GLIBC 2.12 |
||
| Issue Links: |
|
||||||||
| Description |
|
The binary tar for 64bit Linux, and the RPM packages contain the Connect Engine with ODBC support and TokuDB only for the glibc 2.14+ package and newer linux distributions i.e. debian, fedora, ubuntu. ha_connect.so is missing libodbc.so.x:
And the ha_tokudb.so is completely missing.
These should be included, I can confirm tokudb works on centos 6.2 and 6.5, as we are using the tokutek build of mariadb 5.5.30 + tokudb 7.10 in production. |
| Comments |
| Comment by Sergei Golubchik [ 2014-01-27 ] | |||||||
|
Current 10.0 builds for connect engine supports ODBC. May be it was changed after 10.0.7 was released. Either way, 10.0.8 should be ok. | |||||||
| Comment by Richard Bensley [ 2014-02-11 ] | |||||||
|
Confirmed ha_connect is built with unixodbc support:
But TokuDB is still missing, and depends on
|