Maybe use yum? Were those files installed by rpm? If you installed them some other way rpm doesn't know about them. To find out, rpm -qf <full path to>libstdc++.so.5 If they were installed by rpm but it "forgot" them, rebuild the rpm database. If rpm never touched them, then use yum or rpm to reinstall them. Try to avoid having two versions active at once, one installed by rpm, other installed by some other method. Best to stick with rpm for all installs, if at all possible. HTH Dave On Sun, Apr 20, 2008 at 10:11 AM, Mark LaPierre <marklapier@xxxxxxx> wrote: > Hey Y'all, > > I'm having a problem installing a package with rpm. rpm is telling me that > I need some dependencies that I already have. Here's what I get: > > [root@mushroom Desktop]# rpm -ivh graphiteone-* > error: Failed dependencies: > libGLU.so.1 is needed by graphiteone-libs-1.3-1.i586 > libstdc++.so.5 is needed by graphiteone-libs-1.3-1.i586 > libstdc++.so.5(CXXABI_1.2) is needed by graphiteone-libs-1.3-1.i586 > libstdc++.so.5(GLIBCPP_3.2) is needed by graphiteone-libs-1.3-1.i586 > libstdc++.so.5(GLIBCPP_3.2.2) is needed by > graphiteone-libs-1.3-1.i586 > [root@mushroom Desktop]# > > [mlapier@mushroom lib]$ pwd > /usr/lib > [mlapier@mushroom lib]$ ls | grep GL > libGL.so > libGL.so.1 > libGL.so.1.2 > [mlapier@mushroom lib]$ ls | grep libstdc > libstdc++-3-libc6.2-2-2.10.0.so > libstdc++-libc6.2-2.so.3 > libstdc++.so.5 > libstdc++.so.5.0.5 > libstdc++.so.6 > libstdc++.so.6.0.8 > [mlapier@mushroom lib]$ > > [mlapier@mushroom lib]$ rpm -qa | grep GL > mesa-libGL-7.0.2-3.fc8 > mesa-libGL-7.0.2-3.fc8 > PyOpenGL-3.0.0-0.4.a6.fc8 > mesa-libGL-devel-7.0.2-3.fc8 > mesa-libGL-devel-7.0.2-3.fc8 > mesa-libGLU-devel-7.0.2-3.fc8 > mesa-libGLU-7.0.2-3.fc8 > [mlapier@mushroom lib]$ > > How can I resolve this? > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list