如何安装Gearman与PHP扩展 [英] How to install Gearman with PHP Extension

查看:262
本文介绍了如何安装Gearman与PHP扩展的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有一个Debian 6.0.5与我试图安装Gearman与PHP扩展使用它与PHP-CLI。安装了 php-pear



p>

 #apt-get install php5-dev 
#apt-get install gearman-job-server libgearman-dev
#pecl install gearman

这是我在控制台上看到的 pecl install

 下载gearman-1.1.1.tgz ... 
开始下载gearman -1.1.1.tgz(30,896字节)
......... done:30,896字节
3个源文件,构建
运行:phpize
配置为:
PHP Api版本:20090626
Zend模块Api编号:20090626
Zend扩展Api编号:220090626
建立在/ tmp / pear / temp / pear-build-rootAccnyQ / 1.1.1
running:/ tmp / pear / temp / gearman / configure
检查处理长行的grep和-e ... / bin / grep
检查egrep ... / bin / grep -E
检查不截断输出的sed ... / bin / sed
检查cc ... cc
检查C编译器是否工作...是
检查C编译器默认输出文件名... a.out
检查可执行文件的后缀...
检查我们是否交叉编译... no
检查对象文件的后缀... o
检查是否使用GNU C编译器...是
检查cc是否接受-g ...是
检查cc选项是否接受ISO C89 ...无需
检查如何运行C预处理器... cc -E
检查icc ... no
检查suncc ... no
检查cc是否理解-c和-o ...是
检查系统库目录... lib
检查编译器是否支持-R ... no
检查编译器是否支持 - wl,-rpath,...是
检查构建系统类型... x86_64-unknown-linux-gnu
检查主机系统类型... x86_64-unknown-linux-gnu
检查目标系统类型... x86_64-unknown-linux-gnu
检查PHP前缀... / usr
检查PHP包括... -I / usr / include / php5 -I / usr / include / php5 / main -I / usr / include / php5 / TSRM -I / usr / include / php5 / Zend -I / usr / include / php5 / ext -I / usr / include / php5 / ext / date / lib
检查PHP扩展目录... / usr / lib / php5 / 20090626
检查PHP安装的头文件前缀... / usr / include / php5
检查是否启用调试...没有
检查如果zts被启用...没有
检查re2c ...没有
配置:警告:如果你想重新生成PHP解析器,你将需要re2c 0.13.4或更高版本。
检查gawk ... no
检查nawk ... nawk
检查nawk是否已损坏... no
检查是否启用gearman支持...是,共享
未找到
配置:错误:请安装libgearman
错误:`/ tmp / pear / temp / gearman / configure'失败
pre>

为什么会失败? libgearman已安装...

解决方案


在Windows操作系统中安装Gearman $ b 如何安装gearman php




安装Boost标题



debian

  apt-get install libboost-all-dev 

fedora

  yum install boost-devel 



安装gperf



debian

  apt-get install gperf 

fedora

  yum install gperf 



安装libevent



debian

  apt-get install libevent-dev 



fedora

  yum install libevent-devel 



安装uuid



debian



  apt-get install uuid-dev 

fedora

  yum install uuid-devel 



安装libcloog-ppl0


$ b b

debian

  apt-get install libcloog-ppl-dev 



安装gearmand和libgearman



  wget https://launchpad.net/gearmand/1.2/1.111/+download/gearmand-1.1.12.tar.gz 
tar -zxvf gearmand-1.1.12.tar.gz
cd gearmand-1.1.12
./configure
make
make install


$ b b

安装pecl-gearman



  pecl install gearman 



资源




I'm trying to install Gearman with PHP Extension to use it with PHP-CLI.

I have a Debian 6.0.5 with php5-cli and php-pear installed.

Thats what I tried

# apt-get install php5-dev
# apt-get install gearman-job-server libgearman-dev
# pecl install gearman

Thats what I see on the console for pecl install

downloading gearman-1.1.1.tgz ...
Starting to download gearman-1.1.1.tgz (30,896 bytes)
.........done: 30,896 bytes
3 source files, building
running: phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
building in /tmp/pear/temp/pear-build-rootAccnyQ/gearman-1.1.1
running: /tmp/pear/temp/gearman/configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20090626
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking whether to enable gearman support... yes, shared
not found
configure: error: Please install libgearman
ERROR: `/tmp/pear/temp/gearman/configure' failed

Why is it failing? libgearman is installed ...

解决方案

to install Gearman with PHP Extension in Windows OS see How can i install gearman php extension on Windows OS?

install Boost headers

debian

apt-get install libboost-all-dev

fedora

yum install boost-devel

install gperf

debian

apt-get install gperf

fedora

yum install gperf

install libevent

debian

apt-get install libevent-dev

fedora

yum install libevent-devel

install uuid

debian

apt-get install uuid-dev

fedora

yum install uuid-devel

install libcloog-ppl0

debian

apt-get install libcloog-ppl-dev

install gearmand and libgearman

wget https://launchpad.net/gearmand/1.2/1.1.11/+download/gearmand-1.1.12.tar.gz
tar -zxvf gearmand-1.1.12.tar.gz
cd gearmand-1.1.12
./configure
make
make install

install pecl-gearman

pecl install gearman

Resources

这篇关于如何安装Gearman与PHP扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆