Michael A. Peters wrote:
On Thu, 2005-04-21 at 18:52 +0000, Ross Kitchen wrote:
Setiathome on install stops on error requires libstdc++.so.5 but the
rpm
for this is installed as well as the devel rpm , not sure about this
particular file though .
Which rpm are you thinking provides it?
It should be one of the compat-libstdc++ rpm's - current libstdc++
provides a different version of that library.
Try the following:
yum install compat-libstdc++-33
That is what provides it.
[testing@fc4t2 ~]$ rpm -qf /usr/lib/libstdc++.so.5
compat-libstdc++-33-3.2.3-47.fc4
thanks for this hint.
what happened with rpmdb-fedora ?
i thought it is necessary for '--whatprovides & co' but is not present
in fc4t2.
i should not think.
FC4T2
$ yum -d0 list \*rpmdb\*
$
$ rpm -qa \*rpmdb\*
$
$ rpm -q --whatprovides libstdc++ libstdc++.so.5
libstdc++-4.0.0-0.40
compat-libstdc++-33-3.2.3-47.fc4
FC3
$ yum -d0 list \*rpmdb\*
Installed Packages
rpmdb-fedora.i386 1:3-0.20041103 installed
$ rpm -q --whatprovides libstdc++ libstdc++.so.5
libstdc++-3.4.3-22.fc3
compat-libstdc++-8-3.3.4.2
--
shrek-m