Skip to content

Instantly share code, notes, and snippets.

@jordanwesthoff
Created October 21, 2014 19:28
Show Gist options
  • Save jordanwesthoff/1ee69235368ebfa1ddc1 to your computer and use it in GitHub Desktop.
Save jordanwesthoff/1ee69235368ebfa1ddc1 to your computer and use it in GitHub Desktop.
Fix Geekbench on Ubuntu 14.04 LTS
# Run as root if you get the error
# error while loading shared libraries: libstdc++6: cannot open shared object file: No such file or directory
# Geekbench on Ubuntu 14.04 LTS
sudo apt-get install lib32stdc++6
@scottlinux
Copy link

Thanks! Also works on Debian, which just otherwise gives this error and no other information:

$ ./geekbench 
-bash: ./geekbench: No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment