Você precisa instalar as dependências listadas em .travis.yml .
Estou tentando instalar o Gearman na minha instância do EC2, mas quando tento configurar o comando / configure o comando, obtenho o seguinte:
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
Agora, o estranho é que o GCC está definitivamente instalado.
which gcc46
retorna
/usr/bin/gcc46
No entanto, quando tento executar o comando "gcc", não é encontrado ...
Eu tentei apagar / intall / reinstalar o gcc e gcc-c ++ via yum, mas isso não parece estar ajudando.
Algum conselho? Agradecemos antecipadamente.
Tags gcc amazon-ec2 yum linux gearman