Trying to load Thunderbird in Fedora 4, and having the same issue:
[root@localhost thunderbird]# ./thunderbird
./thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[root@localhost thunderbird]#
Tried the above solution, but it did not work for me. Had to switch users and get email to activate after registering here, so ran it again to copy resulting error message:
[root@localhost jmehl]# yum install libstdc++.so5
Setting up Install Process
Setting up repositories
updates-released 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: libstdc++.so5
Nothing to do
[root@localhost jmehl]#
Any suggestions?
Edited: Istalled compat-libstdc++-33 and compat-libstdc++-296 and ran it again...it works now.