diff --git a/plugins/php/versions/common/seaslog.sh b/plugins/php/versions/common/seaslog.sh index e9d84ebda..409486fd7 100755 --- a/plugins/php/versions/common/seaslog.sh +++ b/plugins/php/versions/common/seaslog.sh @@ -29,7 +29,7 @@ if [ -d $serverPath/php/${version}/lib64 ];then fi NON_ZTS_FILENAME=`ls $serverPath/php/${version}/${LIB_PATH_NAME}/extensions | grep no-debug-non-zts` -extFile=$serverPath/php/${version}/${LIB_PATH_NAME}/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so +extFile=$serverPath/php/${version}/${LIB_PATH_NAME}/extensions/${NON_ZTS_FILENAME}/${_LIBNAME}.so if [ "$sysName" == "Darwin" ];then BAK='_bak' diff --git a/scripts/install/opensuse.sh b/scripts/install/opensuse.sh index 8c8f064ba..510009676 100644 --- a/scripts/install/opensuse.sh +++ b/scripts/install/opensuse.sh @@ -43,6 +43,7 @@ zypper install -y python3-devel zypper install -y python-devel +# zypper install -y php-config #https need if [ ! -d /root/.acme.sh ];then curl https://get.acme.sh | sh