I am trying to run an old version of Netscape (Netscape 4.76) on
Slackware 9.1 because it is an older machine and doesn't run Netscape 6 or 7. It runs fine on a very old linux distribution using a 2.0.x kernel and libc5. After installing all the old libraries it needs from the old distribution under /oldlinux, adding /oldlinux to /etc/ld.so.conf, and running ldconfig, ldd shows everything found, including the proper libc and X libs from the old linux distribution, except for libg++.so.27 and libstdc++.so.27. But 'ldconfig -v' reports libg++.so.27 and libstdc++.so.27 from the old system are found. I did get some other programs needing libg++.so.27 and libstdc++.so.27 from the old distribution to run on Slackware 9.1, but I had to first run the ldconfig from the old distribution. But, as expected, the old ldconfig is not compatible and breaks many programs on Slackware 9.1. Why won't ldd report libg++.so.27 and libstdc++.so.27 are found when 'ldconfig -v' reports they are found?