2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00

feat: 优化 MySQL 安装

This commit is contained in:
耗子
2023-11-21 20:36:54 +08:00
parent 70596a7906
commit 18b524bddc
4 changed files with 8 additions and 8 deletions

View File

@@ -105,7 +105,7 @@ if [ "${phpVersion}" -le "80" ]; then
rm -f openssl-1.1.1u.tar.gz.checksum.txt
mv openssl-1.1.1u openssl
cd openssl
./config --prefix=/usr/local/openssl-1.1 --openssldir=/usr/local/openssl-1.1
./config --prefix=/usr/local/openssl-1.1 --openssldir=/usr/local/openssl-1.1 no-tests
make "-j${j}"
make install
echo "/usr/local/openssl-1.1/lib" > /etc/ld.so.conf.d/openssl-1.1.conf