octalmage / googlehacks

A compact utility for several Google hacks.
198 stars 89 forks source link

GoogleHacks could not run on Ubuntu 9.10 with libstdc++6 #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've run "./GoogleHacks" but it told me 
"./GoogleHacks: error while loading shared libraries: libstdc++.so.5:
cannot open shared object file: No such file or directory"
Could you tell me how to install libstdc++.so.5 ? (there is only 6 edition
in the offical sources)

What is the expected output? What do you see instead?
Runing.

What version of the product are you using? On what operating system?
GoogleHacks 1.6 on Linux
OS : Ubuntu Linux 9.10 (i386)

Please provide any additional information below.
None.

Original issue reported on code.google.com by we.ta...@gmail.com on 19 Dec 2009 at 5:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
You need to install the file libstdc++.so.5 from this link to solve the issue.
http://packages.ubuntu.com/jaunty/i386/libstdc++5/download

Original comment by wells...@gmail.com on 12 Sep 2010 at 2:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
In Ubuntu 12.04, sudo apt-get install libstdc++5 resolved the issue!

Original comment by youngst3...@gmail.com on 19 Oct 2012 at 8:43