安装memcache (安装客户端)     http://pecl.php.net/package-stats.php
tar  zxvf memcache-2.2.6.tgz
cd memcache-2.2.6
/usr/local/php/bin/phpize   #一定要写全路径 确认phpize编译的版本和正在运行的php版本一致 否则会报错
./configure --with-php-config=/usr/local/php/bin/php-config #一定要写全路径 确认phpize编译的版本和正在运行的php版本一致 否则会报错
make && make install

 

相关文章:

  • 2022-12-23
  • 2021-07-13
  • 2021-12-11
  • 2021-09-27
  • 2022-01-08
  • 2021-07-05
猜你喜欢
  • 2021-10-07
  • 2021-10-23
  • 2021-10-21
  • 2021-12-31
  • 2021-11-05
  • 2022-12-23
相关资源
相似解决方案