|
|
@ -38,7 +38,8 @@ Install_lib() |
|
|
|
$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 \ |
|
|
|
--enable-memcache --with-zlib-dir=$serverPath/lib/zlib \ |
|
|
|
--enable-memcache --with-zlib-dir=$serverPath/lib/zlib \ |
|
|
|
--with-libmemcached-dir=$serverPath/lib/libmemcached |
|
|
|
--with-libmemcached-dir=$serverPath/lib/libmemcached \ |
|
|
|
|
|
|
|
--disable-memcached-sasl && \ |
|
|
|
make && make install |
|
|
|
make && make install |
|
|
|
|
|
|
|
|
|
|
|
cd $php_lib |
|
|
|
cd $php_lib |
|
|
|