configure: error: C preprocessor “/lib/cpp“ fails sanity check错误解决办法
centos系统,在编译安装软件包时报错configure: error: C preprocessor “/lib/cpp” fails sanity check1.可能缺少gcc、gcc-++yum install glibc-headersyum install gcc-c++yum install gccyum install kernel-headers2.我的这些包都装了,还是报错,最
·
centos系统,在编译安装软件包时报错
configure: error: C preprocessor “/lib/cpp” fails sanity check
1.可能缺少gcc、gcc-c++
yum install glibc-headers
yum install gcc-c++
yum install gcc
yum install kernel-headers
2.我的这些包都装了,还是报错,最后安装glibc-kernheaders问题解决
yum -y install glibc-kernheaders
更多推荐




所有评论(0)