产生原因:
没有安装PHP的gearman扩展

解决方法:
1.  打开:http://pecl.php.net/package/gearman
2.  wget  http://pecl.php.net/get/gearman-1.1.2.tgz
3.  tar xzvf gearman-1.1.2.tgz
4.  cd gearman-1.1.2
5.  /path/to/phpize
6.  ./configure --with-php-config=/path/to/php-config
7.  sudo make
8.  make install
9.  vi /path/to/php.ini
10. extension=gearman.so

相关文章:

  • 2021-12-29
  • 2021-07-23
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-06
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
相关资源
相似解决方案