This commit is contained in:
parent
49572a8074
commit
d4f433f6c6
|
|
@ -24,7 +24,6 @@ cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash freetype_new.sh
|
|||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libiconv.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash zlib.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libzip.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash oniguruma.sh
|
||||
|
||||
if [ ! -d $sourcePath/php/php${PHP_VER} ];then
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash freetype_new.sh
|
|||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libiconv.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash zlib.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libzip.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash oniguruma.sh
|
||||
|
||||
if [ ! -d $sourcePath/php/php${PHP_VER} ];then
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash freetype_new.sh
|
|||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libiconv.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash zlib.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libzip.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash oniguruma.sh
|
||||
|
||||
|
||||
if [ ! -d $sourcePath/php/php${PHP_VER} ];then
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash freetype_new.sh
|
|||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libiconv.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash zlib.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libzip.sh
|
||||
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash oniguruma.sh
|
||||
|
||||
|
||||
if [ ! -d $sourcePath/php/php${PHP_VER} ];then
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@ yum install -y libtirpc libtirpc-devel
|
|||
|
||||
dnf --enablerepo=powertools install -y libmemcached libmemcached-devel
|
||||
dnf --enablerepo=powertools install -y rpcgen
|
||||
dnf --enablerepo=powertools install -y oniguruma oniguruma-devel
|
||||
|
||||
cd /www/server/mdserver-web/scripts && bash lib.sh
|
||||
chmod 755 /www/server/mdserver-web/data
|
||||
|
|
|
|||
Loading…
Reference in New Issue