2012-03-27

lib32stdc++6 for 32-bit libstdc++.6.so on Ubuntu

So, I used to install ia32-libs for running 32-bit programs on my 64-bit Ubuntu Linux box. In most of the cases, I am only in short of 32-bit libstdc++.6.so. So I paid attention to what is actually being installed via ia32-libs. It turned out that the package lib32stdc++6 provides 32-bit libstdc++.so.6.

Therefore, this is what I do now:

sudo apt-get install lib32stdc++6

3 comments:

aceleron said...

It works. Another source I found in http://shrinathsuccess.wordpress.com/2012/10/13/xampp-on-linux-mint-13-64-bit/

I used this in linux mint 13 xfce 64-bit.
Thanks.

Hugh Brown said...

This helped get mint 14 64-bit going.

Hugh Brown said...

This got mint 14 64-bit working.