Linux yum安装问题
我在虚拟机上装了Linux系统,在yum安装上遇到问题,问题是:运行yumupdate出现下面问题。[root@localhost~]#yumupdateTherewas...
我在虚拟机上装了Linux系统,在yum安装上遇到问题,
问题是:运行 yum update 出现下面问题。
[root@localhost ~]# yum update
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/usr/lib/python2.4/site-packages/_sqlitecache.so: wrong ELF class: ELFCLASS32
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.4.3 (#1, Jun 11 2009, 14:09:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://wiki.linux.duke.edu/YumFaq
我的操作过程是
1、卸载之前yum
rpm -qa|grep yum|xargs rpm -e --nodeps
2、下载新的yum包
32位linux系统下载安装包
wget http://centos.ustc.edu.cn/centos/5/os/i386/CentOS/yum-3.2.22- 40.el5.centos.noarch.rpm
wget http://centos.ustc.edu.cn/centos/5/os/i386/CentOS/yum-fastestmirror- 1.1.16-21.el5.centos.noarch.rpm
wget http://centos.ustc.edu.cn/centos/5/os/i386/CentOS/yum-metadata- parser-1.1.2-4.el5.i386.rpm
3、进行安装
rpm -ivh yum-*
4、下载yum的配置源
wget http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo
5、运行yum makecache生成缓存 这个步骤出现了上面的问题,之后我下载并安装了Python 2.5.2 但是在输入Python测试时出现了
[root@localhost ~]# python
Python 2.5.2 (r252:60911, Jul 28 2014, 19:12:00)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
请问怎么回事啊,我应该怎么去解决啊? 展开
问题是:运行 yum update 出现下面问题。
[root@localhost ~]# yum update
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/usr/lib/python2.4/site-packages/_sqlitecache.so: wrong ELF class: ELFCLASS32
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.4.3 (#1, Jun 11 2009, 14:09:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://wiki.linux.duke.edu/YumFaq
我的操作过程是
1、卸载之前yum
rpm -qa|grep yum|xargs rpm -e --nodeps
2、下载新的yum包
32位linux系统下载安装包
wget http://centos.ustc.edu.cn/centos/5/os/i386/CentOS/yum-3.2.22- 40.el5.centos.noarch.rpm
wget http://centos.ustc.edu.cn/centos/5/os/i386/CentOS/yum-fastestmirror- 1.1.16-21.el5.centos.noarch.rpm
wget http://centos.ustc.edu.cn/centos/5/os/i386/CentOS/yum-metadata- parser-1.1.2-4.el5.i386.rpm
3、进行安装
rpm -ivh yum-*
4、下载yum的配置源
wget http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo
5、运行yum makecache生成缓存 这个步骤出现了上面的问题,之后我下载并安装了Python 2.5.2 但是在输入Python测试时出现了
[root@localhost ~]# python
Python 2.5.2 (r252:60911, Jul 28 2014, 19:12:00)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
请问怎么回事啊,我应该怎么去解决啊? 展开
4个回答
展开全部
"5、运行yum makecache生成缓存 这个步骤出现了上面的问题,之后我下载并安装了Python 2.5.2 但是在输入Python测试时出现了"
没听明白,你这一句想表达的意思。
你安装 python 是成功了吧。那你在安装 python 成功之后, yum makecache 屏幕输出还是一样的呢(即是有问题的),还是正常的呢?
还有,说明问题时,最好赋上系统版本(uname -a 命令可以查看)
没听明白,你这一句想表达的意思。
你安装 python 是成功了吧。那你在安装 python 成功之后, yum makecache 屏幕输出还是一样的呢(即是有问题的),还是正常的呢?
还有,说明问题时,最好赋上系统版本(uname -a 命令可以查看)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
yum install gcc gcc-c++ gcc-g77 flex bison autoconf automake
bzip2 -devel 这儿的问题。。。zlib-devel ncurses-devel libjpeg-devel libpng-devel libtiff-devel
是否可以解决您的问题?
bzip2 -devel 这儿的问题。。。zlib-devel ncurses-devel libjpeg-devel libpng-devel libtiff-devel
是否可以解决您的问题?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询