Update memcached.sh

This commit is contained in:
midoks 2020-07-14 13:16:57 +08:00
parent 042880b115
commit 44555af3da
1 changed files with 1 additions and 4 deletions

View File

@ -46,10 +46,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-memcached \
--with-zlib-dir=$serverPath/lib/zlib
make && make install && make clean
--enable-memcached && make && make install && make clean
fi