gearmand及php扩展安装
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gearmand及php扩展安装相关的知识,希望对你有一定的参考价值。
gearmand安装:
https://launchpadlibrarian.net/165674261/gearmand-1.1.12.tar.gz
http://pecl.php.net/get/gearman-1.1.2.tgz
http://www.sqlite.org/2015/sqlite-autoconf-3090200.tar.gz
yum install boost-devel gperf libevent-devel libuuid-devel
安装gearmand
#./configure --prefix=/opt/app/gearmand --with-sqlite3=/usr/local/sqlite3
#make && make install
启动
mkdir -p /opt/app/gearmand/var/log/
#/opt/app/gearmand/sbin/gearmand -d
yum install libgearman-devel
#/opt/app/php5/bin/phpize
#./configure --with-php-config=/opt/app/php5/bin/php-config
vim php.ini
extension = gearman.so
本文出自 “LinuxDream” 博客,请务必保留此出处http://books.blog.51cto.com/2600359/1743025
以上是关于gearmand及php扩展安装的主要内容,如果未能解决你的问题,请参考以下文章