
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Ubuntu 10.04 - kernel update snafu
On Fri, Jun 20, 2014 at 3:57 AM, Brian Chandler <brian@example.com> wrote:
> On 2014-06-19 17:18, Kalin KOZHUHAROV wrote:
>> On Thu, Jun 19, 2014 at 4:17 PM, Raymond Wan <rwan.kyoto@example.com> wrote:
>> run it through strace and see what it tires to do and fails.
>
> OK, well thanks for that help -- I installed the library alread
> mentioned, and (slightly to my amazement!) the installer functioned. It
> has a really odd way of installing, putting a script in an icon on the
> desktop... but anyway, now the program itself stops with an error message:
>
> "... error while loading shared libraries: libstdc++.so.6 "
>
> I see that the package called libstdc++6 is already installed, so I have
> no idea what to try next... (help!)
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:
http://packages.ubuntu.com/lucid/libstdc++6
You can have both the 32-bit and 64-bit versions installed. I don't
know what it looks like on 10.04, but on 14.04, one has ":i386" after.
i libstdc++6 - GNU Standard C++
Library v3
c libstdc++6:i386 - GNU Standard C++
Library v3
I haven't had this problem with libstdc++, but one problem I've had
before is that I had it installed but for reasons which I didn't quite
understand, the program was looking at it at a different location.
(strace <the program>) would probably help here. I usually solve that
by adding a symbolic link.
That's all I can think of at this time... Maybe you can put the
output of strace to see anyone here notices anything?
Ray
Home |
Main Index |
Thread Index