How to install Gearman with PHP Extension

前端 未结 5 1125
予麋鹿
予麋鹿 2020-12-17 01:42

I\'m trying to install Gearman with PHP Extension to use it with PHP-CLI.

I have a Debian 6.0.5 with php5-cli and php-pear installed.

5条回答
  •  隐瞒了意图╮
    2020-12-17 02:32

    For Debian, you should try this line:

    sudo apt-get install libgearman2
    

    instead of:

    sudo apt-get install libgearman-dev
    

    http://www.masnun.com/2011/09/30/installing-and-getting-started-with-gearman.html

提交回复
热议问题