在linux中配置了yum,我要在linux安装oracle数据库,我首先要检查涉及到哪些yum包有没有安装 20
在终端执行这句话以后[root@localhost~]#rpm-qbinutilscompat-libstdc++-33-3.2.3elfutils-libelfgccg...
在终端执行这句话以后[root@localhost ~]# rpm -q binutils compat-libstdc++-33-3.2.3 elfutils-libelf gcc gcc-c++ glibc glibc-common glibc-devel libaio libgcc libgcc libstdc++ libstdc++-devel make numactl-devel sysstat unixODBC-devel unixODBC 显示如下内容
binutils-2.17.50.0.6-14.el5
compat-libstdc++-33-3.2.3-61
elfutils-libelf-0.137-3.el5
package gcc is not installed
package gcc-c++ is not installed
发现有2个包没安装,我就单独安装gcc或gcc-c++ 执行语句yum install gcc
报如下错误
[root@localhost ~]# yum install gcc
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
file:///mnt/yum/Server/repodata/repomd.xml: [Errno 5] OSError: [Errno 2] 没有那个文件或目录: '/mnt/yum/Server/repodata/repomd.xml'
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again 展开
binutils-2.17.50.0.6-14.el5
compat-libstdc++-33-3.2.3-61
elfutils-libelf-0.137-3.el5
package gcc is not installed
package gcc-c++ is not installed
发现有2个包没安装,我就单独安装gcc或gcc-c++ 执行语句yum install gcc
报如下错误
[root@localhost ~]# yum install gcc
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
file:///mnt/yum/Server/repodata/repomd.xml: [Errno 5] OSError: [Errno 2] 没有那个文件或目录: '/mnt/yum/Server/repodata/repomd.xml'
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again 展开
2个回答
展开全部
你没建yum本地库,直接使用yum安装rpm包是需要RHN账号的,需要在redhat官网注册个新账号并且连接internet使用。
想要安装没有装的几个rpm包,mount下系统盘,在Server目录下找到所需包全名,rpm -ivh rpm包名
想要安装没有装的几个rpm包,mount下系统盘,在Server目录下找到所需包全名,rpm -ivh rpm包名
追问
现在报这个错误
[root@localhost Server]# rpm -ivh ./gcc-4.1.2-48.el5.i386.rpm
warning: ./gcc-4.1.2-48.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
glibc-devel >= 2.2.90-12 is needed by gcc-4.1.2-48.el5.i386
libgomp >= 4.1.2-48.el5 is needed by gcc-4.1.2-48.el5.i386
[root@localhost Server]#
追答
./gcc-4.1.2-48.el5.i386.rpm包名前有./吗,应该是gcc-4.1.2-48.el5.i386.rpm吧。
展开全部
你用rpm -装包的话 需要你自己去解决包和包之间的依赖关系
---------------------------------------------------------------------------
rpm 安装 gcc的时候提示的那些 说明,你装GCC需要那些依赖包,把那两个也一起装上就好了。
rpm -ivh glibc-devel* libgomp* gcc*
用yum 装它会自动把相关依赖包装好的。
---------------------------------------------------------------------------
重新检查一下你yum 配置文件,把光盘挂载到/mnt 目录下
配置yum的方法 具体参见网上资料,有很多。
---------------------------------------------------------------------------
rpm 安装 gcc的时候提示的那些 说明,你装GCC需要那些依赖包,把那两个也一起装上就好了。
rpm -ivh glibc-devel* libgomp* gcc*
用yum 装它会自动把相关依赖包装好的。
---------------------------------------------------------------------------
重新检查一下你yum 配置文件,把光盘挂载到/mnt 目录下
配置yum的方法 具体参见网上资料,有很多。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询