我一直在尝试在我的 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++,但这似乎没有帮助。
有什么建议吗?提前致谢。