libevent扩展安装 libevent-2.0.16-stable.tar http://libevent.org/ [plain] view plain copy cd libevent-2.0.16-stable ./configure make make install 下载php-libevent c 扩展 http://pecl.php.net/package/libevent [plain] view plain copy tar -xzvf libevent-0-1.0.0.tar cd libevent-0.1.0 /usr/bin/phpize ll ./configure --with-php-config=/usr/bin/php-config make make install 顶