LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-17-2004, 10:39 PM   #16
meelder
LQ Newbie
 
Registered: Nov 2004
Posts: 12

Original Poster
Rep: Reputation: 0

Oh, and now when I do "whereis libxml2.so.2" I get "libxml2.so: /usr/lib/libxml2.so.2". Don't know if that's important or not but I thought I'd mention it.
 
Old 11-18-2004, 03:48 AM   #17
skog
Member
 
Registered: Sep 2003
Location: TX
Distribution: slackware
Posts: 301

Rep: Reputation: 30
??? not sure ...

look on the cd for libsml and install it rpm -ivh libsml...

then retry up2date

Last edited by skog; 11-18-2004 at 04:32 AM.
 
Old 11-18-2004, 07:24 AM   #18
meelder
LQ Newbie
 
Registered: Nov 2004
Posts: 12

Original Poster
Rep: Reputation: 0
Oops typo on my part. Sorry about that, I'm posting this on a different computer so I have to type all of this stuff from the other computer's screen. It should have read:

ImportError: /usr/lib/python2.3/site-packages/libxml2mod.so: undefined symobol: xmlNewDocPI

When I get home I'll search for libxml2mod on the disk and then try to install it.
 
Old 11-18-2004, 09:09 AM   #19
beatupbilly
Member
 
Registered: Jan 2004
Location: Pinr Lake, GA
Distribution: Slackware, LinuxMint, FreeBSD, Xandros, CentOS, Fedora Core, RedHat, Chakra, etc etc
Posts: 215

Rep: Reputation: 30
Unhappy

when I said the files are corrupt I meant that the actual files and not the library. Sure, you can find the library and reassociate but if the files are corrupt it is a waste of time. It's telling you it finds the lib but it gives errors trying to implement those files. If Up2date tries to update a file and fails you don't usually know until you reboot. You will have to weed out every bad file that was updated last and roll back to the previous version. Sounds like a lot of unnecessary work.
 
Old 11-18-2004, 08:07 PM   #20
meelder
LQ Newbie
 
Registered: Nov 2004
Posts: 12

Original Poster
Rep: Reputation: 0
Blah Trying to install any of these packages gives me the same dependency messages.

So, is there a way to reinstall linux without wiping out everything I've downloaded and all of my email?

I've got to say, I read about how stable and safe linux is so I thought I'd try it and do my email and web browsing on it. But this is not an impressive start, having to reinstall and wipe everything out. It will be a shame if I have to lose all of my saved emails. I'll definitely have to rethink linux as anything permanent.

I do want to thank skog and beatupbilly for their assistance, thank you both.

And if anyone knows if I can reinstall without wiping out everything I'd appreciate your response and info.
 
Old 11-19-2004, 11:50 AM   #21
skog
Member
 
Registered: Sep 2003
Location: TX
Distribution: slackware
Posts: 301

Rep: Reputation: 30
did you put home on a seperate partition or make 1 partition? Im not sure what partition scheme FC uses by default???...

if
/ is a partition
and
/home is a partition

then you can reload at will all your user data is in /home/$USER ... email, email filters, download stuff, and everything else you did. If you didnt make a /home partition you can delete everything but /home and reinstall just dont format the / partition and it will reload all the system data and not mess up home. You know when you go through the FC install and it asks if you want to auto partition the drive say manual, and it will show the existing partitions click on them and edit give it a name "usually" / but make a check mark in the box "DONT FORMAT". Then go through the install as normal. When you first reboot add a user and it will ask that that user already has a home directory do you want to create a new one,. delete that one and make a new one, or use that one.

you dont have to reload it is just a matter of getting the libraries resetup ... sometimes that can be some work though

and i am pretty sure FC has a rescue install ... not sure what it does ive never used it. Boot off the cd and at the boot prompt, i think type rescue, but it says what to type for a rescue install on the boot screen, type "rescue --- or what it says" and hit enter and it might let you resetup the whole thing without reloading ... not sure never used it but maybe check it out....

Last edited by skog; 11-19-2004 at 11:55 AM.
 
Old 11-21-2004, 07:47 PM   #22
meelder
LQ Newbie
 
Registered: Nov 2004
Posts: 12

Original Poster
Rep: Reputation: 0
Just to update:

I reinstalled FC2 but did not format the / partician and it seemed to work. Everything I've tried so far is working correctly again, including some customized toolbar things. Also, my email config and messages were all there afterwards. Thanks again to Skog for all the help and suggestions.

I've heard yum mentioned, is there a benefit to using it versus the up2date button on my toolbar? Is there an automated way to use it like up2date is automated?

Thanks
 
Old 11-21-2004, 09:44 PM   #23
skog
Member
 
Registered: Sep 2003
Location: TX
Distribution: slackware
Posts: 301

Rep: Reputation: 30
im kinda new to redhat so im not exactly sure but yes, i think it is only a command line util, but you could write a script and put it in cron to run weekly or something.

make a file as root called yum-updater
#!/bin/bash
#
# Something like this you will have to play with the settings to get it working the way you want "im not real sure never used yum
/usr/bin/yum --update -y

***Make sure it works properly before putting the file in /etc/cron.* becuase it will run every time its suppost to
then put the file in /etc/cron.weekly or cron.daily cron.monthly whenever you want it to run
cp yum-updater /etc/cron.weekly

yum will then update your computer every sunday at 4:22 AM
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
booting problem prince_linux Red Hat 1 10-22-2005 04:01 AM
Booting problem AbhishekSamuel Linux - Software 1 04-29-2005 12:20 PM
booting problem juanb Linux - Software 2 01-13-2004 09:04 AM
Booting Problem naveedpta Linux - General 1 11-20-2003 03:48 AM
Problem Booting lockejr Linux - Hardware 1 07-20-2003 11:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 12:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration