0

I am following this guide, but when running the ./setup command I get the response:

./setup-bin: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

I see a similar post, but it isn't helping. My files show that I have libpng12.so.0, but it doesn't show that it's installed, and won't let me install it. files Do I have the wrong files downloaded? Any help would be appreciated.

Cole
  • 95

1 Answers1

1

Another way I've solved this problem was by creating a symlink from the older library to the newer (in your case, from libpng12.so.0 to libpng16.so.0) No package installation necessary, although I remember that it may get broken again if libpng16 is updated, for example to libpng12.so.1

Momo
  • 256