[MCOL-927] RPM packages for Centos 6.7 returned an libmariadb.so.3 loading error Created: 2017-09-17 Updated: 2018-02-09 Resolved: 2018-02-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-01, 2018-02, 2018-03 |
| Description |
|
Build tested: 1.1.0-1 beta When installing RPM packages in Centos 6.7, the following error was output: /usr/local/mariadb/columnstore/bin/cplogger: error while loading shared libraries: libmariadb.so.3: cannot open shared object file: No such file or directory Installation continueed, Columnstore was installed successfully and database test passed. |
| Comments |
| Comment by David Hill (Inactive) [ 2018-02-05 ] |
|
fixed added mysql/lib to root library path file |
| Comment by David Hill (Inactive) [ 2018-02-05 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/397 |
| Comment by David Hill (Inactive) [ 2018-02-07 ] |
|
fixed with change in post-install and cmake rpm dep file, making mariadb-columnstore-shared as depend for platform. also removed the "MariaDB ColumnStore RPM install completed" comment that was being printed as part of the platform, libs and storage-engine package installed. the server packages dont print anything, so will make for a cleaned install. before Preparing... ########################################### [100%] If installing on a pm1 node: /usr/local/mariadb/columnstore/bin/postConfigure If installing on a non-pm1 using the non-distributed option: /usr/local/mariadb/columnstore/bin/columnstore start MariaDB ColumnStore RPM install completed after Preparing... ########################################### [100%] If installing on a pm1 node: /usr/local/mariadb/columnstore/bin/postConfigure If installing on a non-pm1 using the non-distributed option: /usr/local/mariadb/columnstore/bin/columnstore start 6:mariadb-columnstore-ser########################################### [ 86%] |
| Comment by David Hill (Inactive) [ 2018-02-07 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/400 |
| Comment by Ben Thompson (Inactive) [ 2018-02-07 ] |
|
Reviewed / Merged |
| Comment by Daniel Lee (Inactive) [ 2018-02-09 ] |
|
Build verified: 1.1.3-1 cents 6 rpm released to QA on 02/08/2018 Performed 1um2pm installation. |