无法安装 PECL ev 包(OS X Yosemite)

无法安装 PECL ev 包(OS X Yosemite)

我已经尝试安装一个小时了...amn埃弗包,以便我可以使用事件定时器php但没有成功。我sudo pecl install ev在终端中运行,但出现以下错误。

/bin/sh /private/tmp/pear/temp/pear-build-rootTQxbPX/ev-0.2.12/libtool --mode=compile cc -I/private/tmp/pear/temp/ev/libev  -I. -I/private/tmp/pear/temp/ev -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-rootTQxbPX/ev-0.2.12/include -I/private/tmp/pear/temp/pear-build-rootTQxbPX/ev-0.2.12/main -I/private/tmp/pear/temp/ev -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/ev/libev/ev.c -o libev/ev.lo
/private/tmp/pear/temp/pear-build-rootTQxbPX/ev-0.2.12/libtool: line 1280: libev/ev.loT: No such file or directory
mkdir libev/.libs
mkdir: libev: No such file or directory
make: *** [libev/ev.lo] Error 1
ERROR: `make' failed

(如果需要我可以发布整个对话)

我已经安装了 PEAR 和 PECL 但为什么会发生这种情况?

答案1

这曾经固定的在 ev 包的 0.2.13 版本中。请再试sudo pecl install ev一次。

相关内容