From eadcbe336ddab875cf85befb2105e3495f5c00c2 Mon Sep 17 00:00:00 2001 From: dami Date: Tue, 21 Jul 2026 20:26:57 +0800 Subject: [PATCH] Update install.sh --- plugins/mysql/versions/5.7/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/mysql/versions/5.7/install.sh b/plugins/mysql/versions/5.7/install.sh index f9d7416c2..908a10e63 100755 --- a/plugins/mysql/versions/5.7/install.sh +++ b/plugins/mysql/versions/5.7/install.sh @@ -180,6 +180,10 @@ Install_mysql() OPTIONS="-DWITH_SSL=${serverPath}/lib/openssl11" fi + # -DCMAKE_EXE_LINKER_FLAGS="-ltirpc" \ + # -DCMAKE_C_FLAGS="-I/usr/include/tirpc" \ + # -DCMAKE_CXX_FLAGS="-I/usr/include/tirpc" \ + if [ ! -d $serverPath/mysql ];then cd ${mysqlDir}/mysql-${VERSION} && cmake \ -DCMAKE_INSTALL_PREFIX=$serverPath/mysql \