我一直尝试在我的 EC2 实例上安装 Gearman,但是当我尝试 ./configure gearmand 时,我得到了这个:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/ec2-user/gearmand-1.1.3':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
现在,奇怪的是 GCC 肯定已经安装好了。
which gcc46
返回
/usr/bin/gcc46
但是,当我尝试运行命令“gcc”时,没有找到它......
我曾尝试通过 yum 删除/安装/重新安装 gcc 和 gcc-c++,但似乎没有帮助。
有什么建议吗?提前谢谢。
答案1
您必须安装列出的依赖项.travis.yml。