オペレーティングシステムのNagiosコンパイル問題の強化

オペレーティングシステムのNagiosコンパイル問題の強化

拡張オペレーティングシステムCentOSにnagiosをインストールしようとしていますが、次のことはできません。

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

すべてのgccパッケージをインストールしましたが、インストールできません。

どんな提案がありますか?

ベストアンサー1

ここで重要な問題は、/homeパーティションがこのフラグnoexecでマウントされ、make/コンパイルプロセスが作成中の実行可能ファイルを実行できないことです。

おすすめ記事