[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
export COLUMNSTORE_INSTALL_DIR=$installdir
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COLUMNSTORE_INSTALL_DIR/lib
fi


Generated at Thu Feb 08 02:26:17 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.