[MDEV-5653] Can't install CONNECT Created: 2014-02-11 Updated: 2014-10-09 Resolved: 2014-02-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.8 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Federico Razzoli | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
To install CONNECT, I've tried the same statement I used with 10.0.7, but I got an error.
|
| Comments |
| Comment by Federico Razzoli [ 2014-02-11 ] | ||||||||||||||
|
I'm using generic Linux binaries on Debian. | ||||||||||||||
| Comment by Sergei Golubchik [ 2014-02-11 ] | ||||||||||||||
|
If you install a binary tarball, you need to make sure all dependencies are satisfied — your package manager cannot help here. On Debian, I suppose, you need to install libodbc1 package. | ||||||||||||||
| Comment by Federico Razzoli [ 2014-02-11 ] | ||||||||||||||
|
On the same machine:
The new version has new dependencies? | ||||||||||||||
| Comment by Federico Razzoli [ 2014-02-11 ] | ||||||||||||||
|
Yes, I confirm that was the problem, sorry. | ||||||||||||||
| Comment by Elena Stepanova [ 2014-02-11 ] | ||||||||||||||
|
Hi Federico, It's more like the new packages have. 10.0.7: 10.0.8: linux-vdso.so.1 => (0x00007fff217ff000) libc 2.14 bintars and OS-dependent packages had ODBC support (and hence the dependency) both in 10.0.7 and 10.0.8. | ||||||||||||||
| Comment by Peter (Stig) Edwards [ 2014-10-09 ] | ||||||||||||||
|
Using mariadb-10.0.14-linux-x86_64.tar.gz on a RHEL6 host:
also resulted in the same error as above:
The RH unixODBC-2.2.14-11.el6 package provides: /usr/lib64/libodbc.so ( On RHEL5 the RH unixODBC-2.2.11-10.el5 package provides /usr/lib/libodbc.so.1 ) http://www.unixodbc.org/ mentions:
msodbcsql-11.0.2270.0-3.el6.x86_64 (used for SQL Server AlwaysOn) is built with unixODBC-2.3.0 so I ended up editing mariadb-10.0.14-linux-x86_64/bin/mysqld_safe to
and now after loading the CONNECT storage engine and after creating a ~/.odbc.ini for the mysql user and pointing VERTICAINI to a .vertica.ini file:
|