Karl Larsen k5di@zianet.com writes:
[karl@localhost ~]$ whereis libstdc++.so.5 libstdc++.so: /usr/lib/libstdc++.so.6 [karl@localhost ~]$
So if Thunderbird is looking for xxx.so.5 it will not find it. Seems to me I did some sim links once to fix this stupid problem
No, just "yum install compat-libstdc++-33"
Thank you I will try that but not sure what it does. Looks weird. But must have been left out on Fedora 7.
If you wonder how he knew that you had to install compat-libstdc++-33, try running "yum provides libstdc++.so.5". The output from this command will tell you that it is compat-libstdc++-33 that provides this library.
Regards Ingemar