Vidiot ([EMAIL PROTECTED]) said: 
> >> ical
> >> ical: error in loading shared libraries
> >> libstdc++.so.2.7.2: cannot open shared object file: No such file or directory
> >> 
> >> Guess it is looking for something that wasn't loaded with the RH5.0 install.
> >
> >It should have been - that's part of the default libg++ package. In
> >general, for it not to be there means either it was upgraded later,
> >or they chose the "ignore dependencies" option of the install...
> 
> Wait-a-sec, after sending the previous e-mail, I went looking and got the
> following:
> 
> dir /usr/lib/libstdc++*
> -rw-r--r--         
> 1709252 Jan 15 16:18 /usr/lib/libstdc++.a
>      18 Mar  9 00:15 /usr/lib/libstdc++.so -> libstdc++.so.2.8.0
>      18 Mar  9 00:15 /usr/lib/libstdc++.so.2.8 -> libstdc++.so.2.8.0
> 1159340 Jan 15 16:18 /usr/lib/libstdc++.so.2.8.0
> 
> Excuse me if I have forgotten something, but shouldn't the above be just fine?

Well... it's specifically looking for libstdc++.so.2.7.2, so it won't
find it the way you have it now. You could always make a symlink for
that to libstdc++.so.2.8.0 and see what happens... (works OK here,
AFAICT).

Bill


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to