libevent+php扩展安装

先安装libvent

1154 tar zxvf libevent-2.0.22-stable.tar.gz
1155 cd libevent-2.0.22-stable/
1157 ./configure –prefix=/home/pay/myname/libevent/
1159 make && make install

再安装php扩展
1169 tar -zxvf libevent-0.1.0.tgz
1170 cd libevent-0.1.0
1179 ~/odp/php/bin/phpize
1180 ./configure –with-php-config=/home/pay/odp/php/bin/php-config –with-libevent=/home/pay/myname/libevent
1181 make && make install

最后在php.ini添加extension=libevent.so

1189 php -m

此条目发表在 socket 分类目录。将固定链接加入收藏夹。

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*


*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>