[MCOL-865] Boost Dependency Issues on Updated Ubuntu 16.04 Created: 2017-08-09 Updated: 2017-08-10 Resolved: 2017-08-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.0.10 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | Thomas Boyd (Inactive) | Assignee: | Thomas Boyd (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-16 |
| Description |
|
Despite having installed libboost-all-dev and recently updated Ubuntu 16.04 throws an error during install of the Column Store packages. specific error is /usr/local/mariadb/columnstore/bin/cplogger: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory You can see in output that updated Ubuntu 16.04 has moved on to boost 1.58, but it looks like Column Store depends on 1.55.
|
| Comments |
| Comment by David Hill (Inactive) [ 2017-08-09 ] |
|
You are installing the Ubuntu 14.04 (jessie) package on a Ubuntu 16 server... Please download and use the xenial version, which can be downloaded from here: |
| Comment by David Hill (Inactive) [ 2017-08-09 ] |
|
Correction, Jessie is for the Debian 8... |
| Comment by Thomas Boyd (Inactive) [ 2017-08-10 ] |
|
I was cutting and pasting from what was presented as the URLin our downloads page. But maybe I messed up on the selector. Din't recognize jessie of Ubuntu code name. Thanks for the help. Will get the right bits and test. |
| Comment by Thomas Boyd (Inactive) [ 2017-08-10 ] |
|
All good when I have the right binaries. Thanks. |