I have to use the old FC6 instead of the latest Fedora distro.
The existing thunderbird 1.5.0.12-3 is working fine.
I want to upgrade thunderbird to the latest version.
How to do that?
This is my procedure.
I downloaded thunderbird-2.0.0.19.tar.gz and untar it to /usr/local/bin/thunderbird.
$ /usr/local/bin/thunderbird/thunderbird
/usr/local/bin/thunderbird/thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
# rpm -qa libstdc++
libstdc++-4.1.1-30
How do I install libstdc++.so.5 for only thunderbird so that libstdc++-4.1.1-30 is still the default?