Skip to content

Instantly share code, notes, and snippets.

@BlakeGardner
Last active December 21, 2015 01:08
Show Gist options
  • Save BlakeGardner/6225321 to your computer and use it in GitHub Desktop.
Save BlakeGardner/6225321 to your computer and use it in GitHub Desktop.
Install gearman on CentOS with cpanel
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