Skip to content

Instantly share code, notes, and snippets.

@nocoo
Created April 9, 2014 03:43
Show Gist options
  • Save nocoo/10224170 to your computer and use it in GitHub Desktop.
Save nocoo/10224170 to your computer and use it in GitHub Desktop.
Work around for "libjpeg.(a|so) not found"
ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/libjpeg.so
ln -s /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/libpng.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment