[MCOL-1111] configxml.sh has incorrect LD_LIBRARY_PATH Created: 2017-12-13 Updated: 2023-10-26 Resolved: 2019-07-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.0.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Description |
|
configxml.sh has incorrect LD_LIBRARY_PATH for 1.0... Its also hardcode and should just use the ENV that are defined for LD_LIBRARY_PATH. Also check for other scripts, columnstore service script also has hardcoded path. Should use this from syslogSetup.sh if [ $installdir != "/usr/local/mariadb/columnstore" ]; then |