|
|
@ -47,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 \ |
|
|
|
|
|
|
|
--with-icu-dir=${serverPath}/lib/icu |
|
|
|
# --with-icu-dir=${serverPath}/lib/icu |
|
|
|
|
|
|
|
./configure --with-php-config=$serverPath/php/$version/bin/php-config |
|
|
|
make clean && make && make install && make clean |
|
|
|
make clean && make && make install && make clean |
|
|
|
|
|
|
|
|
|
|
|
fi |
|
|
|
fi |
|
|
|