You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run cjpeg command, i've got this error: [...]/vendor/cjpeg: error while loading shared libraries: libpng16.so.16: cannot open shared object file: No such file or directory
It looks like installation requires libpng16 on linux (darwin) platforms.
I had to fix this by running sudo apt-get install libpng16-dev or sudo apt-get install libpng16-16
The text was updated successfully, but these errors were encountered:
mozjpeg 3.2
platform: Ubuntu 16.04
When I run
cjpeg
command, i've got this error:[...]/vendor/cjpeg: error while loading shared libraries: libpng16.so.16: cannot open shared object file: No such file or directory
It looks like installation requires libpng16 on linux (darwin) platforms.
I had to fix this by running
sudo apt-get install libpng16-dev
orsudo apt-get install libpng16-16
The text was updated successfully, but these errors were encountered: