安装 gearman
Posted buxiangxin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装 gearman相关的知识,希望对你有一定的参考价值。
准备:php 对应gearman插件包 https://pecl.php.net/package/gearman
1. 先安装依赖库
[[email protected]_27_0_centos /]# yum install -y boost-devel gperf libevent-devel libuuid-devel Loaded plugins: fastestmirror, langpacks Repository epel is listed more than once in the configuration epel | 3.2 kB 00:00:00 extras | 3.4 kB 00:00:00 os | 3.6 kB 00:00:00 updates | 3.4 kB 00:00:00 (1/4): extras/7/x86_64/primary_db | 204 kB 00:00:00 (2/4): epel/7/x86_64/updateinfo | 934 kB 00:00:00 (3/4): epel/7/x86_64/primary | 3.6 MB 00:00:00 (4/4): updates/7/x86_64/primary_db
2. 下载gearmand
[[email protected]_27_0_centos server]# wget -c https://launchpad.net/gearmand/1.2/1.1.12/+download/gearmand-1.1.12.tar.gz
[[email protected]_27_0_centos server]# tar -zxvf gearmand-1.1.12.tar.gz
[[email protected]_27_0_centos server]# cd gearmand-1.1.12
[[email protected]_27_0_centos server]# ./configure
[[email protected]_27_0_centos server]# make & make install[[email protected]_27_0_centos gearman-1.1.2]# ./configure --with-php-config=/www/server/php/71/bin/php-config
等待时间较长
CXX.......
make[2]: Leaving directory `/www/server/gearmand-1.1.12‘
make[1]: Leaving directory `/www/server/gearmand-1.1.12‘
以上是关于安装 gearman的主要内容,如果未能解决你的问题,请参考以下文章