Proftpdをソースからコンパイルしていたら以下のようなエラーが出た。
configure: error: C++ preprocessor “/lib/cpp” fails sanity check
ググるとすぐに対処法が出た。以下のサイトを参考にしてgcc-c++をインストールして解決した。
yum install gcc-c++
http://lab.z-nix.jp/mt/archives/2007/08/configure_error_c_preprocessor.html
Jargons of a poor admin
1 月 27th, 2009 — linux, トラブルシューティング
Proftpdをソースからコンパイルしていたら以下のようなエラーが出た。
configure: error: C++ preprocessor “/lib/cpp” fails sanity check
ググるとすぐに対処法が出た。以下のサイトを参考にしてgcc-c++をインストールして解決した。
yum install gcc-c++
http://lab.z-nix.jp/mt/archives/2007/08/configure_error_c_preprocessor.html