"one says that it needs "libglcore.so.1" for dependancy issues. They are both files that come from nvidia drivers and the thing is, I already have them on my computer. I believe that they are both in /usr/lib. Now why isn't linux seeing that I have them on my computer? "
The rpm command does not search your entire system for dependency files. It only looks in the rpm data base. If you did not install libglcore.so.1 using rpm then it will not be listed in the rpm data base. When you have a dependency that you are sure exists but is not in the rpm data base then you can install the new rpm using the --nodeps option. The rpm --nodeps -i command tells rpm to go ahead and install the rpm package regardless of what dependencies rpm may think are missing.
"Where I can link these files so that I can install and build my stuff? "
If you want to include the nvidia drivers in the rpm data base then you might be able to do that by using checkinstall. It depends on how close a nvidia driver compile procedure is to a standard compile procedure. Here is a thread on using checkinstall:
http://www.linuxquestions.org/questi...hreadid=181146
___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html
Steve Stites