O problema principal aqui era a partição / home foi montada com o sinalizador noexec
, impedindo que o processo make / compilation executasse os executáveis que estava criando.
Estou tentando instalar nagios no sistema operacional do CentOS, mas não consigo:
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... configure: error: in '/home/nagios-4.3.2':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use '--host'.
See 'config.log' for more details
Eu já instalei todos os pacotes do gcc, mas não consigo
algum conselho?
O problema principal aqui era a partição / home foi montada com o sinalizador noexec
, impedindo que o processo make / compilation executasse os executáveis que estava criando.