Project

General

Profile

libstdc++.so.6 is not found when running adb

Added by Donald Schnader over 8 years ago

While setting up a fresh Trisquel install to use the Replicant SDK I ran into a couple of issues.
I program on other platforms and tools so forgive me if these issues are old hat.
I have worked through these issues. I am entering these notes here in case I run into these issues again.

First of all adb would not run. So I attempted to install the 32bit libraries:
sudo apt-get install ia32-libs

[edit]That was not available but it offered lib32z1. So I installed that.

I also edited /etc/environment to include the path to the platform_tools.

When I tried to run adb after these things were installed, I was getting the error libstdc++.so.6 ... file does not exist messages. I was having trouble finding the correct package. I finally found this on another forum:
sudo apt-get install lib32stdc++6

This took care of the issue.
The current Eclipse is complaining about the project template needing upgrading. I saw where someone else has already asked about that on the forum.
For now I'll stick with CLI. (I feel better in a text editor anyway ;)

Enjoying my liberated Galaxy Tab 2.
Thanks
Don