Eu tive esse problema, eu sou novo tão urso comigo. Estou tentando instalar o servidor apache no Redhat ; Eu fiz o download dos pacotes (apache httpd, apr & apr util) e os coloquei em / usr / src . Ao instalar o httpd eu executo este comando:
./configure
e eu recebi este erro:
configure: error: APR not found. Please read the documentation.
tentei instalar o APR e segui para o diretório APR:
./configure
Erro:
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
Configuring APR library
Platform: x86_64-pc-linux-gnu
checking for working mkdir -p... yes
APR Version: 1.6.2
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in '/usr/src/apr-1.6.2':
configure: error: no acceptable C compiler found in $PATH
See 'config.log' for more details
Estou fazendo algo errado e como posso resolver isso?
Ps: yum não está funcionando