Update memcached.sh
This commit is contained in:
parent
042880b115
commit
44555af3da
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue