pull/118/head
midoks 3 years ago
parent 28305c62ba
commit 892ba9e85d
  1. 2
      plugins/php/versions/74/openssl.sh
  2. 2
      plugins/php/versions/80/openssl.sh
  3. 6
      scripts/lib.sh

@ -52,7 +52,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl=${serverPath}/lib/openssl
--with-openssl
make clean && make && make install && make clean
fi

@ -52,7 +52,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl=${serverPath}/lib/openssl
--with-openssl
make clean && make && make install && make clean
fi

@ -272,6 +272,7 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then
apt install -y devscripts
apt install -y net-tools
apt install -y python3-dev
apt install -y autoconf
apt install -y libffi-dev
apt install -y cmake automake make
@ -283,7 +284,10 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then
apt install -y libpcre3 libpcre3-dev
apt install -y openssl
apt install -y libssl-dev
apt install -y libcurl4-openssl-dev
apt install -y libmemcached-dev
apt install -y libsasl2-dev
apt install -y imagemagick libmagickwand-dev
apt install -y libxml2 libxml2-dev libbz2-dev libmcrypt-dev libpspell-dev librecode-dev
@ -299,7 +303,7 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then
apt install -y libicu-dev
apt install -y gcc build-essential libssl-dev
apt install -y gcc build-essential
apt install -y curl libcurl4-gnutls-dev
#https://blog.csdn.net/qq_36228377/article/details/123154344

Loading…
Cancel
Save