sourcecode

Tuesday, February 12, 2013

Gearman - Ubuntu 12.04

1. Pre-Install

You will need to install the following packages in order to build Gearman.

sudo apt-get install –yes gcc
sudo apt-get install –yes autoconf
sudo apt-get install –yes bison
sudo apt-get install –yes flex
sudo apt-get install –yes libtool
sudo apt-get install –yes make
sudo apt-get install –yes libboost-all-dev
sudo apt-get install –yes libcurl4-openssl-dev curl
sudo apt-get install –yes libevent-dev
sudo apt-get install –yes memcached
sudo apt-get install –yes uuid-dev
sudo apt-get install –yes libsqlite3-dev
sudo apt-get install –yes libmysqlclient-dev

http://gearman.info/build/ubuntu.html



2. Download gearman and unpack, run ./configuehttp://gearman.org/getting_started

3. make and sudo make install


4. gearmand -d
gearmand -h

No comments: