
Originally Posted by
palladium
i wonder, when you say you haven't moved or deleted any important OS files, does that mean you know which ones are important/unimportant? [i would recommend you consider every file outside of /home as important and don't change them in anyway (including moving) until you have a safe backup of the original AND a foolproof recovery (move back) plan...btw, i've used linux most of 10 years and i STILL do it that way]
Right, I have not touched anything outside of user directory unless asked to. Most of our software packages require root access to set variables and the like, so I just logged in as root - which is why I was in the file manager as root. I am not used to making backups of files I edit, and will learn to do so quickly! What is a good way to recognize which should be backed up without going overboard? Anything outside of user directories?

Originally Posted by
palladium
and, i wonder how you installed qwt-4.2.0, because that doesn't
require the use of a file manager...(so, i still wonder what you were
doing with a file manager with root powers??)
I installed qwt under my user account with rpmbuild:
Code:
rpmbuild -ta qwt-4.2.0.tar.bz2
It then asked me to do the following:
Code:
cd /usr/src/packages/RPMS/i586
su
rpm -ivh qwt-4.2.0-1.i586
rpm -ivh qwt-devel-4.2.0-1.i586
I didn't get any sort of errors.
Bookmarks