|
|
@ -45,7 +45,7 @@ Install_lib() |
|
|
|
if [ ! -d $php_lib/${LIBNAME}-${LIBV} ];then |
|
|
|
if [ ! -d $php_lib/${LIBNAME}-${LIBV} ];then |
|
|
|
wget -O $php_lib/${LIBNAME}-${LIBV}.tgz https://github.com/eaccelerator/eaccelerator/archive/${LIBV}.tar.gz |
|
|
|
wget -O $php_lib/${LIBNAME}-${LIBV}.tgz https://github.com/eaccelerator/eaccelerator/archive/${LIBV}.tar.gz |
|
|
|
# wget -O $php_lib/${LIBNAME}-${LIBV}.tar.bz2 http://dl.wdlinux.cn:5180/soft/eaccelerator-0.9.6.1.tar.bz2 |
|
|
|
# wget -O $php_lib/${LIBNAME}-${LIBV}.tar.bz2 http://dl.wdlinux.cn:5180/soft/eaccelerator-0.9.6.1.tar.bz2 |
|
|
|
cd $php_lib && tar zxvf ${LIBNAME}-${LIBV}.tar.gz |
|
|
|
cd $php_lib && tar -zxvf ${LIBNAME}-${LIBV}.tar.gz |
|
|
|
fi |
|
|
|
fi |
|
|
|
cd $php_lib/${LIBNAME}-${LIBV} |
|
|
|
cd $php_lib/${LIBNAME}-${LIBV} |
|
|
|
|
|
|
|
|
|
|
|