解压安装
tar zxvf libevent-2.0.21-stable.tar.gz
cd libevent-2.0.21-stable
./configure --prefix=/usr
make
make install
--------------------------------------------------------------------
tar xf memcached-1.4.17.tar.gz
cd memcached-1.4.17
./configure --prefix=/www/wdlinux/memcached --with-libevent=/usr
make
make install
--------------------------------------------------------------------
tar zxvf memcache-3.0.8.tgz
cd memcache-3.0.8
/www/wdlinux/php/bin/phpize
./configure --enable-memcache --with-php-config=/www/wdlinux/php/bin/php-config --with-zlib-dir
make
make install
--------------------------------------------------------------------
[memcache]
extension_dir ="/www/wdlinux/php/lib/php/extensions/no-debug-zts-20060613"
extension=memcache.so
楼主请问啊 执行完
tar zxvf memcache-3.0.8.tgz
cd memcache-3.0.8
/www/wdlinux/php/bin/phpize
./configure --enable-memcache --with-php-config=/www/wdlinux/php/bin/php-config --with-zlib-dir
make
make install