[MCOL-602] RPATH set incorrectly Created: 2017-03-02 Updated: 2017-04-28 Resolved: 2017-03-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-5, 2017-6 |
| Description |
|
This was caused during the switch to libmysqlclient instead of libdrizzle. RPATH gets set correctly and then overwritten to point to MariaDB's lib directory. It needs to point to both. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-03-02 ] | ||
|
A way to test:
Should return:
| ||
| Comment by Ben Thompson (Inactive) [ 2017-03-09 ] | ||
|
Reviewed and merged | ||
| Comment by Daniel Lee (Inactive) [ 2017-03-22 ] | ||
|
Build verified: 1.1.0 Github [root@localhost mariadb-columnstore-server]# git show [root@localhost mariadb-columnstore-engine]# git show [root@localhost ~]# objdump -x /usr/local/mariadb/columnstore/bin/postConfigure | grep RPATH |