From b5bef1368f734d463bde678ce79a8bd16aa5c5d3 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 26 Sep 2020 19:04:52 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/52/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index 871542bb8..50db02d44 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -73,6 +73,9 @@ fi if [ ! -d $serverPath/php/${PHP_VER} ];then + ln -s /usr/lib64/libjpeg.so /usr/lib/libjpeg.so + ln -s /usr/lib64/libpng.so /usr/lib/ + cd $sourcePath/php/php${PHP_VER} && ./configure \ --prefix=$serverPath/php/${PHP_VER} \ --exec-prefix=$serverPath/php/${PHP_VER} \