Skip to content

Instantly share code, notes, and snippets.

@aliemre
Created February 1, 2018 11:54
Show Gist options
  • Save aliemre/3e615b0c1c19019ce1068b0d6659d463 to your computer and use it in GitHub Desktop.
Save aliemre/3e615b0c1c19019ce1068b0d6659d463 to your computer and use it in GitHub Desktop.
Error: libvips.so.42: cannot open shared object file
I was able to resolve the issue by following these steps.
Added usrlocal.conf file with following line into /etc/ld.so.conf.d
/usr/local/lib
Then ran ldconfig -v as root upon save
Thank you very much for the help.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment