Skip to content

Instantly share code, notes, and snippets.

@salaros
Created February 11, 2019 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salaros/1957d40f9991ef962abbe475a85c6028 to your computer and use it in GitHub Desktop.
Save salaros/1957d40f9991ef962abbe475a85c6028 to your computer and use it in GitHub Desktop.
libpng 12.0 i386 and amd64
sudo ln -sfv /lib/i386-linux-gnu/libpng16.so.16 /lib/i386-linux-gnu/libpng12.so.0
sudo ln -sfv /lib/x86_64-linux-gnu/libpng16.so.16 /lib/x86_64-linux-gnu/libpng12.so.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment