[MCOL-959] invalid LD_LIBRARY_PATH for non root install Created: 2017-10-05 Updated: 2017-10-30 Resolved: 2017-10-30 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Documentation, installation |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Thompson (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | beta | ||
| Sprint: | 2017-21, 2017-22 |
| Description |
|
The preparing documentation for both 1.0 and 1.1.0 beta mention to set LD_LIBRARY_PATH as follows:
However this is incorrect as it should also have mysql/lib in there as this contains mariadblibs. Reporting beta user found that after server reboot mcsadmin would not start due to: |
| Comments |
| Comment by David Thompson (Inactive) [ 2017-10-06 ] |
|
Note that the install correctly sets LD_LIBRARY_PATH in .bashrc, in this case the user thought that since we recommend setting PATH as well in the preparing guide that this should be corrected. We should also clarify that. I think that using path or aliases is fine but the advantage of the aliases is that mcsmysql includes the custom cs my.cnf which allows socket connections locally which is helpful. |
| Comment by David Hill (Inactive) [ 2017-10-30 ] |
|
update 1.1 beta pre-install doc |