|
|
@ -35,6 +35,7 @@ Install_lib() |
|
|
|
return |
|
|
|
return |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash icu.sh |
|
|
|
|
|
|
|
|
|
|
|
if [ ! -f "$extFile" ];then |
|
|
|
if [ ! -f "$extFile" ];then |
|
|
|
|
|
|
|
|
|
|
@ -46,8 +47,9 @@ Install_lib() |
|
|
|
cd $php_lib && tar xvf ${LIBNAME}-${LIBV}.tgz |
|
|
|
cd $php_lib && tar xvf ${LIBNAME}-${LIBV}.tgz |
|
|
|
cd ${LIBNAME}-${LIBV} |
|
|
|
cd ${LIBNAME}-${LIBV} |
|
|
|
$serverPath/php/$version/bin/phpize |
|
|
|
$serverPath/php/$version/bin/phpize |
|
|
|
./configure --with-php-config=$serverPath/php/$version/bin/php-config |
|
|
|
./configure --with-php-config=$serverPath/php/$version/bin/php-config \ |
|
|
|
make && make install && make clean |
|
|
|
--with-icu-dir=${serverPath}/lib/icu |
|
|
|
|
|
|
|
make clean && make && make install && make clean |
|
|
|
|
|
|
|
|
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|