Problema de compilação do Nagios no SO reforçado

0

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?

    
por ggg 16.10.2017 / 16:29

1 resposta

0

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.

    
por 16.10.2017 / 18:08