当前位置: 技术问答>linux和unix
编译libxml2时出错 ,出错信息configure: error: C++ preprocessor "/lib/cpp" fails sanity check
来源: 互联网 发布时间:2016-09-05
本文导语: 编译libxml2时出错 ,出错信息configure: error: C++ preprocessor "/lib/cpp" fails sanity check 系统是:Redhat Enterprise 5.0 apt-get install gcc-c++ 这是网上方法,运行后提示 “bash: apt-get: command not found ” 怎么解决。 ...
编译libxml2时出错 ,出错信息configure: error: C++ preprocessor "/lib/cpp" fails sanity check
系统是:Redhat Enterprise 5.0
apt-get install gcc-c++ 这是网上方法,运行后提示 “bash: apt-get: command not found
”
怎么解决。
系统是:Redhat Enterprise 5.0
apt-get install gcc-c++ 这是网上方法,运行后提示 “bash: apt-get: command not found
”
怎么解决。
|
rh 系一般是用 yum 来管理包的
lz 应该找 rhel5 的 rpm 包来安装或用 yum 来安装
|
configure通不过?"/lib/cpp"库不全。
|
你的是紅帽,默認沒有apt-get的
你找安裝光盤,找裡面叫cpp的包,安裝上就可以了
你找安裝光盤,找裡面叫cpp的包,安裝上就可以了
|
apt-get這種包管理方式是debian和ubuntu下面用的
紅帽的包管理是rpm的包,你去找cpp的rpm包吧,然後用
rpm -ivh fileName.rpm
就能安裝了
紅帽的包管理是rpm的包,你去找cpp的rpm包吧,然後用
rpm -ivh fileName.rpm
就能安裝了
|
从你的问题来看,是你的环境中缺少C++的编译环境,请在安装光盘中找一下g++安装包。然后执行rpm -ivh g++*rpm安装即可。当然在安装该包时,有可能会提示你有依赖错误,到时候你选择上依赖包一起安装即可!