thunderbird-2.0.0.23 built by Mozilla and Debian Squeeze

3 Sep

Mozilla still builds against libstdc++5…


/opt/thunderbird-2.0.0.23$ ./thunderbird
./thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

The solution is very simple. Just use libstdc++5 from Lenny:

http://ftp.fi.debian.org/debian/pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_i386.deb

sudo dpkg -i libstdc++5_3.3.6-18_i386.deb


One Response to “thunderbird-2.0.0.23 built by Mozilla and Debian Squeeze”

  1. a.bharad December 4, 2009 at 3:07 pm #

    Hi,
    Thanks for the post, it worked like a charm!
    Atul

Leave a Reply