RPM Issues

Dave Burns tburns at hawaii.edu
Sun Apr 20 20:28:31 UTC 2008


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 at aol.com> 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 at 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 at mushroom Desktop]#
>
>  [mlapier at mushroom lib]$ pwd
>  /usr/lib
>  [mlapier at mushroom lib]$ ls | grep GL
>  libGL.so
>  libGL.so.1
>  libGL.so.1.2
>  [mlapier at 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 at mushroom lib]$
>
>  [mlapier at 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 at mushroom lib]$
>
>  How can I resolve this?
>
>  --
>  fedora-list mailing list
>  fedora-list at redhat.com
>  To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>




More information about the fedora-list mailing list