【CentOS】Gearmanのインストールでconfigure: error: cannot find Boost headers version >= 1.39.0

CentOS 6.4 に Gearmanをソースからインストールする時に以下のエラーが出た。

configure: error: cannot find Boost headers version >= 1.39.0

その後も何だかんだでエラーが出た・・・orz
とりあえず、以下の4つを入れておけばOK。

yum -y install boost-devel
yum -y install gcc-c++
yum -y install gperf
yum -y install mysql-devel