Update install.sh

pull/109/head
midoks 5 years ago
parent 0a8b2ff074
commit b5bef1368f
  1. 3
      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} \

Loading…
Cancel
Save