Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello i am new here. anyways here is my problem i did some updates in FC9 2.6.26.5-45 i386 and well i rebooted and then tried to recheck for updates and it give me this.
Code:
@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/librpmdb-4.4.so: undefined symbol: _!lock_ve
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.5.1 (r251:54863, Jun 15 2008, 18:24:51)
[GCC 4.3.0 20080428 (Red Hat 4.3.0-8)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://wiki.linux.duke.edu/YumFaq
this is the output after i do:
python
import yum
Code:
[root@localhost ~]# python
Python 2.5.1 (r251:54863, Jun 15 2008, 18:24:51)
[GCC 4.3.0 20080428 (Red Hat 4.3.0-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import yum
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 23, in <module>
import rpm
File "/usr/lib/python2.5/site-packages/rpm/__init__.py", line 7, in <module>
from _rpm import *
ImportError: /usr/lib/librpmdb-4.4.so: undefined symbol: _!lock_ve
>>>
also i do not know how to install rpms without yum so i am a little lost
sorry if i have a very simple problem but i am trying to learn fedora
Check the whole fedora package mgt/rpm documentation too
umm i really dont know why my rpm thing doesnt have the --version and -rebuilddb options
i am tempted to reinstall to save the hassle but that would ruin the learning experience
Quote:
try this and see HOW MUCH of fedora 10 you installed on fedora 9
Code:
su -
( root password)
rpm -qa | grep fc10
if there are only 1 or 2 maybe even if there are 5 fedora 10 rpm's installed this might be able to be fix
post the output
same thing without the spaces infront and behind "|"
also it is doing the same if i try fc9 instead of fc10
i really feel like i got myself into a mess
i will probably take it to a friend to see if he can troubleshoot what is doing this and how to fix it for sure but i am hoping i can learn of a solution here
edit:
well i decided to reinstall and hopefully i dont run into different problems
thanks anyways for everyones help
Last edited by boomboom47; 11-14-2008 at 10:15 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.