安装PHP libevent PECL包的问题
在我的Ubuntu 11.04开发机器上,我安装了PHP(通过aptitude)。 我想尝试libevent PHP扩展,但我似乎无法得到它的工作: root@alix-laptop:~# pecl install libevent Failed to download pecl/libevent within preferred state "stable", latest release is version 0.0.4, stability "beta", use "channel://pecl.php.net/libevent-0.0.4" to install install failed root@alix-laptop:~# pecl install channel://pecl.php.net/libevent-0.0.4 downloading libevent-0.0.4.tgz … Starting to download libevent-0.0.4.tgz (9,003 bytes) …..done: 9,003 bytes 3 source files, building running: phpize Configuring for: PHP Api […]