首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
swoole源码安装错误(swoole-src-4.4.x.zip)
EOF g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. make: *** [src/server/manager.lo] Error 1 make: *** [src/wrapper/server.lo] Error 1 g++: error: : No such file or directory g++: error: : No such file or directory make: *** [thirdparty/php/standard/proc_open.lo] Error 1 Assembler messages: Fatal error: can't create .libs/: Is a directory make: *** [thirdparty/multipart_parser.lo] Error 1 g++: internal compiler error: Killed (program cc1plus) g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. make: *** [swoole_client.lo] Error 1 make: *** [swoole.lo] Error 1 g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. make: *** [swoole_coroutine_system.lo] Error 1 Assembler messages: Fatal error: can't create .libs/: Is a directory make: *** [swoole_async_coro.lo] Error 1 Assembler messages: Fatal error: can't create .libs/: Is a directory make: *** [swoole_process.lo] Error 1 Assembler messages: Fatal error: can't create .libs/: Is a directory make: *** [swoole_coroutine.lo] Error 1
发布于6年前 · 3 次浏览 · 来自
提问
春阳zzz
EOF g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. make: *** [src/server/manager.lo] Error 1 make: *** [src/wrapper/server.lo] Error 1 g++: error: : No such file or directory g++: error: : No such file or directory make: *** [thirdparty/php/standard/proc_open.lo] Error 1 Assembler messages: Fatal error: can't create .libs/: Is a directory make: *** [thirdparty/multipart_parser.lo] Error 1 g++: internal compiler error: Killed (program cc1plus) g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. make: *** [swoole_client.lo] Error 1 make: *** [swoole.lo] Error 1 g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. make: *** [swoole_coroutine_system.lo] Error 1 Assembler messages: Fatal error: can't create .libs/: Is a directory make: *** [swoole_async_coro.lo] Error 1 Assembler messages: Fatal error: can't create .libs/: Is a directory make: *** [swoole_process.lo] Error 1 Assembler messages: Fatal error: can't create .libs/: Is a directory make: *** [swoole_coroutine.lo] Error 1
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2020-03-14
郭新华
操作系统,g++版本,php版本,编译步骤都说下
赞
0
回复
2020-03-14
春阳zzz
回复
郭新华
您好,系统是CentOS 7.6,php的7.2.8的,g++ 8.3.0. 步骤: 1.源码编译PHP,提示过内存不足,加入--disable-fileinfo后可以安装成功。 2.编译安装过swoole2.0版本的,能够安装成功。但是想使用异步redis,下载hiredis,重新编译后失败。 3.编译安装swoole4.x版本,步骤到./configure都是能check通过,make这里就会出现上面他报错提示。怀疑是否是主机配置不足导致的问题,主机是2核1G内存的。
赞
0
回复
2020-03-15
郭新华
回复
春阳zzz
内存太小了,换个内存大的机器编译吧,如果环境(libstdc++,libc等)一致可以在内存大的机器上编译好后把so复制过来。
赞
2
回复