Last active
December 20, 2015 02:29
-
-
Save scragg0x/6056689 to your computer and use it in GitHub Desktop.
gearman pecl install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install php5-dev php-pear | |
sudo add-apt-repository ppa:gearman-developers/ppa | |
sudo apt-get update | |
sudo apt-get install libgearman-dev | |
sudo pecl install gearman | |
sudo sh -c 'echo "extension=gearman.so" > /etc/php5/conf.d/gearman.ini' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment