From e5c961c2f5f664590c0de72aaa121b0b03d932b4 Mon Sep 17 00:00:00 2001 From: david hill Date: Fri, 8 Jul 2016 10:45:00 -0500 Subject: [PATCH] MCOL-58 - add sudo for ldconfig command --- oam/install_scripts/post-mysql-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oam/install_scripts/post-mysql-install b/oam/install_scripts/post-mysql-install index f86937c44..556282ade 100755 --- a/oam/install_scripts/post-mysql-install +++ b/oam/install_scripts/post-mysql-install @@ -68,7 +68,7 @@ for arg in "$@"; do done #run to make sure library paths are setup -ldconfig +sudo ldconfig if [ $installdir != "/usr/local/mariadb/columnstore" ]; then export INFINIDB_INSTALL_DIR=$installdir