dbx failures of Fedora Core 5

When trying to run dbx on Fedora Core 5, the following error occurs...[steve@kirk perl-current]$ dbx perldbx: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[242 byte] By [Steve_p] at [2007-11-26 9:50:03]
# 1
The system may be missing libstd and compat-libstd libraries: http://fr2.rpmfind.net/linux/rpm2html/search.php?query=libstdc%2B%2B.so.5Can u pl. check if this is the case?
KarthikR at 2007-7-7 1:00:12 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
I have FC4 at home and it is missing libstdc++.so.5 (it has .6, I think), so you need to install .5 library from the CD or download corresponding RPM.
MaximKartashev at 2007-7-7 1:00:12 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
I installed the compat-libstdc++ for Fedora Core 4 and dbx did work for me. There does not seem to be such a library available for Fedora Core 5.
StevePerl at 2007-7-7 1:00:12 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 4
But wouldn't the library you found for FC4 work on FC5 as well? I think it worth a try; at least it won't break anything, since if this library was missing then nobody used it anyway.
MaximKartashev at 2007-7-7 1:00:12 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 5
I got it working on FC5 with the FC4 library. An update later gave me the obscure name for the FC5 library compat-libstdc++-33-3.2.3-55.fc5.i386.rpm . Unfortunately, the rpm search didn't turn this up with a search on "compat-libstdc++".
StevePerl at 2007-7-7 1:00:12 > top of Java-index,Development Tools,Solaris and Linux Development Tools...