Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 12-03-2006, 01:42 AM   #1 (permalink)
Alpha Geek
 
Join Date: Feb 2005
Posts: 959
Default yum update error.... :( pls help me!


i tried to install yum, and also configured proxy, but when i try to run it, i get this error. pls help me with this. ihave tried to the fullest possible.

Code:
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/libxml2mod.so: undefined symbol: xmlDictCleanup

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.1 (#1, May 16 2005, 15:19:29)
[GCC 4.0.0 20050512 (Red Hat 4.0.0-5)]

If you cannot solve this problem yourself, please go to
the yum faq at:
  http://wiki.linux.duke.edu/YumFaq
/legolas
__________________
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila.
legolas is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 12-03-2006, 01:53 AM   #2 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

try installing the package libxml2-python24
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 14-03-2006, 02:02 PM   #3 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

@desertwind Never used yum is it similar to apt ?
vignesh is offline  
Old 14-03-2006, 06:41 PM   #4 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default

Yes.. yum is written in python and is for rpm what apt is for deb.. though not quite as traditional.. You can use apt with rpm though.. This is what suse users have been doin for years..
__________________
Call it Emacs,
Love it or Leave it.
Satissh S is offline  
Old 14-03-2006, 08:56 PM   #5 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

apt4rpm exists and U can d/l for RH or Fedora from dags.wieers.com or atrpms.net or any..u can also try synaptic in fedora from these sites..
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 14-03-2006, 09:15 PM   #6 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

SmartPM has got a better gui and preconfigured repositories.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 14-03-2006, 09:28 PM   #7 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Thanks guys..I prefer Debian and its derivates always..
vignesh is offline  
Old 15-03-2006, 07:38 PM   #8 (permalink)
Alpha Geek
 
Join Date: Feb 2005
Posts: 959
Default

i am not able to configure stil after installing libxml2-pyth* .... any1 have encountered this prbs before???

/legolas
__________________
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila.
legolas is offline  
Old 15-03-2006, 07:58 PM   #9 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

are you sure that the file is libxml2-python24* ? libxml2-python26 wont work in your case.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 16-03-2006, 12:36 AM   #10 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default

execute the following commands and post the output
rpm -q python
rpm -q libxml2-python

Also where did you get the RPM of Yum from? Did you make sure that they are for Fedora and not for mandrake or some other rpm based distro?
eddie is offline  
Old 17-03-2006, 09:11 PM   #11 (permalink)
Alpha Geek
 
Join Date: Feb 2005
Posts: 959
Default

hi,

here is the output. and i downloaded from the yum home page for FC4...

Code:
bash-3.00$ rpm -q python
python-2.4.1-2
bash-3.00$ rpm -q libxml2-python
libxml2-python-2.6.19-1
libxml2-python-2.4.19-4
bash-3.00$
/legolas
__________________
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila.
legolas is offline  
Old 17-03-2006, 10:49 PM   #12 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

i think ur problem is conflict between 2 versions of libxml2-python. try uninstalling 2.6, if not having any dependancy problems.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 19-03-2006, 12:30 AM   #13 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default

Quote:
Originally Posted by desertwind
i think ur problem is conflict between 2 versions of libxml2-python. try uninstalling 2.6, if not having any dependancy problems.
Yes the problem is the conflict between 2 versions but the version to uninstall is 2.4 and not 2.6. 2.6 series is the latest version of libxml2 bindings and looking at the installed python version that is what he needs. iirc 2.4 version was used by RedHat while he seems to be using Fedora.
eddie is offline  
Old 20-03-2006, 09:02 PM   #14 (permalink)
Alpha Geek
 
Join Date: Feb 2005
Posts: 959
Default

uninstalled 2.6 also .no use.. i am not trying it once more!

/legolas
__________________
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila.
legolas is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by icebags
- by clinton
- by topgear

Advertisement




All times are GMT +5.5. The time now is 10:22 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2