Last active
December 21, 2015 01:08
-
-
Save BlakeGardner/6225321 to your computer and use it in GitHub Desktop.
Install gearman on CentOS with cpanel
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
wget http://dl.fedoraproject.org/pub/epel/6/SRPMS/gearmand-1.1.8-2.el6.src.rpm | |
yum install rpm-build libuuid-devel boost-devel boost-thread sqlite-devel tokyocabinet-devel libevent-devel libmemcached-devel memcached gperf postgresql-devel gperftools-devel | |
rpmbuild --rebuild ~/gearmand-1.1.8-2.el6.src.rpm | |
rpm -Uhv ~/rpmbuild/RPMS/x86_64/*.rpm | |
service gearmand start | |
chkconfig gearmand on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment