Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Do
-
1.1.2
-
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