先安装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