首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
pecl 安装 swoole 失败 提示 You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-2.4.2-1.11
linux **sudo pecl install swoole** 提示 {{{ running: make /bin/bash /tmp/pear/temp/pear-build-rootHZoZeZ/swoole-2.2.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootHZoZeZ/swoole-2.2.0/include -I/tmp/pear/temp/pear-build-rootHZoZeZ/swoole-2.2.0/main -I/tmp/pear/temp/swoole -I/usr/include/php/20170718 -I/usr/include/php/20170718/main -I/usr/include/php/20170718/TSRM -I/usr/include/php/20170718/Zend -I/usr/include/php/20170718/ext -I/usr/include/php/20170718/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole.c -o swoole.lo libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1.11, but the libtool: definition of this LT_INIT comes from libtool 2.4.6. libtool: **You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-2.4.2-1.11** libtool: and run autoconf again. Makefile:194: recipe for target 'swoole.lo' failed make: *** [swoole.lo] Error 63 ERROR: `make' failed }}} google 了一圈,未找到解决方案
发布于6年前 · 1 次浏览 · 来自
提问
海
海月残夜
linux **sudo pecl install swoole** 提示 {{{ running: make /bin/bash /tmp/pear/temp/pear-build-rootHZoZeZ/swoole-2.2.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootHZoZeZ/swoole-2.2.0/include -I/tmp/pear/temp/pear-build-rootHZoZeZ/swoole-2.2.0/main -I/tmp/pear/temp/swoole -I/usr/include/php/20170718 -I/usr/include/php/20170718/main -I/usr/include/php/20170718/TSRM -I/usr/include/php/20170718/Zend -I/usr/include/php/20170718/ext -I/usr/include/php/20170718/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole.c -o swoole.lo libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1.11, but the libtool: definition of this LT_INIT comes from libtool 2.4.6. libtool: **You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-2.4.2-1.11** libtool: and run autoconf again. Makefile:194: recipe for target 'swoole.lo' failed make: *** [swoole.lo] Error 63 ERROR: `make' failed }}} google 了一圈,未找到解决方案
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2019-09-22
n
northsky
先下载,自行编译,找出错误信息。 ```shell pecl download swoole tar xvf swoole-2.2.0.tar.gz cd swoole phpize ./configure ```
赞
0
回复
2019-09-25
z
zz
自行编译也是一样的错误
赞
0
回复
2019-09-25
乱
乱事重生
{{{ ➜ swoole-src-4.0.0-alpha ./configure .... config.status: creating config.h config.status: executing libtool commands ➜ swoole-src-4.0.0-alpha make /bin/bash /home/yesterday679/Downloads/swoole-src-4.0.0-alpha/libtool --mode=compile cc -I. -I/home/
赞
0
回复