Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Ubuntu 10.04 - kernel update snafu



On 06/19/2014 05:37 PM, Raymond Wan wrote:
As it is a 32-bit application, my guess is that you have to install
the 32-bit version of libstdc++6.  i.e., there are two of them:

It seems strange that it would only be one library that is giving problems. I just went through this on eclipse for anki however where adb is 32 bit but I'm running it on a 64 bit machine. To get things working there I needed to do the following:

In ubuntu there is a package that you can install that will supply 32/64 bit compatibility on 64 bit machines
"ia32 shared libraries - transitional package"

Debian handles it differently.  I needed to
'dpkg --add-architecture i386'
and using apt-get install the libs I needed with
'apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 zlib1g:i386'

Steve S.


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links