From d155c675f2c844c66fc08a7475f23eb735ea499d Mon Sep 17 00:00:00 2001 From: dami Date: Sun, 21 Dec 2025 14:25:48 +0800 Subject: [PATCH] up --- plugins/php/lib/openssl_30.sh | 10 +++++----- plugins/php/versions/84/install.sh | 4 ++-- plugins/php/versions/85/install.sh | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/php/lib/openssl_30.sh b/plugins/php/lib/openssl_30.sh index cd41398c2..9bd748954 100644 --- a/plugins/php/lib/openssl_30.sh +++ b/plugins/php/lib/openssl_30.sh @@ -27,11 +27,11 @@ if [ ! -d ${SERVER_ROOT}/openssl30 ];then # export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/www/server/lib/openssl30/lib - if [ -d /etc/ld.so.conf.d ];then - echo "/www/server/lib/openssl30/lib64" > /etc/ld.so.conf.d/openssl30.conf - elif [ -f /etc/ld.so.conf ]; then - echo "/www/server/lib/openssl30/lib64" >> /etc/ld.so.conf - fi + # if [ -d /etc/ld.so.conf.d ];then + # echo "/www/server/lib/openssl30/lib64" > /etc/ld.so.conf.d/openssl30.conf + # elif [ -f /etc/ld.so.conf ]; then + # echo "/www/server/lib/openssl30/lib64" >> /etc/ld.so.conf + # fi ldconfig # ldconfig -p | grep openssl diff --git a/plugins/php/versions/84/install.sh b/plugins/php/versions/84/install.sh index 98d9d66c1..eb43e2a79 100755 --- a/plugins/php/versions/84/install.sh +++ b/plugins/php/versions/84/install.sh @@ -119,8 +119,8 @@ if [ "$sysName" == "Darwin" ];then export OPENSSL_CFLAGS="-I${LIB_DEPEND_DIR}/include" export OPENSSL_LIBS="-L/${LIB_DEPEND_DIR}/lib -lssl -lcrypto -lz" else - cd ${rootPath}/plugins/php/lib && /bin/bash openssl_35.sh - export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$serverPath/lib/openssl35/lib/pkgconfig + # cd ${rootPath}/plugins/php/lib && /bin/bash openssl_35.sh + # export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$serverPath/lib/openssl35/lib/pkgconfig OPTIONS="$OPTIONS --with-openssl" fi diff --git a/plugins/php/versions/85/install.sh b/plugins/php/versions/85/install.sh index 141bc19ba..69b4ff141 100755 --- a/plugins/php/versions/85/install.sh +++ b/plugins/php/versions/85/install.sh @@ -121,8 +121,8 @@ if [ "$sysName" == "Darwin" ];then export OPENSSL_LIBS="-L/${LIB_DEPEND_DIR}/lib -lssl -lcrypto -lz" else echo "lib" - cd ${rootPath}/plugins/php/lib && /bin/bash openssl_35.sh - export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$serverPath/lib/openssl35/lib/pkgconfig + # cd ${rootPath}/plugins/php/lib && /bin/bash openssl_35.sh + # export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$serverPath/lib/openssl35/lib/pkgconfig OPTIONS="$OPTIONS --with-openssl" fi