安装 PHP memcached 扩展遇到的3个问题

error: memcached support requires ZLIB. Use --with-zlib-dir=<DIR> to specify the prefix where ZLIB headers and library are locatedphp

解决:sudo apt-get install zlib1g-dev

error: memcached support requires libmemcached. Use --with-libmemcached-dir=<DIR> to specify the prefix where libmemcached headers and library are locatedmemcached

解决:sudo apt-get install libmemcached-dev

`php_memcached.lo' is not a valid libtool objectui

解决:make clean

http://pecl.php.net/package/memcached.net

相关文章
相关标签/搜索