linux 下 php 对 gearman 的扩展安装操作-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 331528
  • 博文数量: 68
  • 博客积分: 405
  • 博客等级: 一等列兵
  • 技术积分: 1288
  • 用 户 组: 普通用户
  • 注册时间: 2013-01-09 15:39
个人简介

本人从事 linux nginx mysql php 开发多年,联系v:luhuang2003 ,希望接触到更新的web开发软件,开此博客希望能把自己的经验和接触的东西与大家进行共享。

文章分类

全部博文(68)

文章存档

2024年(1)

2013年(67)

我的朋友
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: 系统运维

2013-01-10 13:12:13

以下都在 linux 下操作
如何 安装 gearman 服务器端: http://blog.chinaunix.net/uid-28543558-id-3469126.html
如何安装php:

1、下载php gearman的扩展


2、解压和安装
tar zxvf gearman-1.1.1.tgz
cd gearman-1.1.1
/usr/local/php/bin/phpize
./configure --with-gearman=/usr/local/gearmand/ --with-php-config=/usr/local/php/bin/php-config
make
make install

3、打开 php.ini  添加如下一行

extension=gearman.so

4、查看php是否安装上了 gearman 模块

阅读(1555) | 评论(0) | 转发(1) |
0

上一篇:linux 下 gearman 安装操作

下一篇:

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图