/lib/cpp fails sanity check的解决
时间:2009-06-24 来源:gamester88
编译安装libnss-mysql-1.5时出现
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details. 的错误 解决: 出现该情况是由于c++编译器的相关package没有安装,以root用户登陆,在终端上执行:
See `config.log' for more details. 的错误 解决: 出现该情况是由于c++编译器的相关package没有安装,以root用户登陆,在终端上执行:
[root@mailserver libnss-mysql-1.5]# yum install glibc-headers
[root@mailserver libnss-mysql-1.5]# yum install gcc-c++
相关阅读 更多 +