-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dyld: Library not loaded: /usr/local/opt/libpng/lib/libpng16.16.dylib #3806
Comments
I'm guessing you're using homebrew. You need to make sure homebrew has linked your libpng in /usr/local/lib. Try fixing it using "brew link libpng". On a sidenote: This is a usage-related question and should probably be moved to the mailing list. I think it's safe to close the issue. |
Thank you. Your suggestion works for me. Everything worked after I ran the command below: |
you might need to change permissions too : https://thornelabs.net/2014/12/08/libpng-not-symlinking-when-installing-imagemagick-on-os-x-yosemite.html Run the following
|
My application would accept certain images then reject others with similar error messages.
My fix was a reinstall of libpng 💩 tcoopman/image-webpack-loader#60
|
Hello, I'm new to caffe and I'm installing it on my MacbookPro (Yosemite). Everything is fine except the final step "make runtest". It throws the following error:
I've located libpng16.6:
locate libpng16.16.dylib
/Library/Python/2.7/site-packages/matplotlib/.dylibs/libpng16.16.dylib
/usr/local/Cellar/libpng/1.6.21/lib/libpng16.16.dylib
Can you help fix?
The text was updated successfully, but these errors were encountered: