0
点赞
收藏
分享

微信扫一扫

安装fcgi时出现:error: ‘EOF’ was not declared in this scope解决方法


解决办法:

在/include/fcgio.h文件中加上 #include <cstdio>,然后再编译安装就通过了。

举报

相关推荐

0 条评论