diff --git a/plugins/php/versions/84/install.sh b/plugins/php/versions/84/install.sh index 2ada44dde..eb43e2a79 100755 --- a/plugins/php/versions/84/install.sh +++ b/plugins/php/versions/84/install.sh @@ -120,7 +120,7 @@ if [ "$sysName" == "Darwin" ];then 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 + # 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 d33d31605..69b4ff141 100755 --- a/plugins/php/versions/85/install.sh +++ b/plugins/php/versions/85/install.sh @@ -122,7 +122,7 @@ if [ "$sysName" == "Darwin" ];then 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 + # export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$serverPath/lib/openssl35/lib/pkgconfig OPTIONS="$OPTIONS --with-openssl" fi