"libpng not linked on mac osx 10.9.2" Code Answer

3

those step solve my problem:

brew versions libpng

you will see some versions of libpng, but unfortunately not 1.5.15, so next you should install 1.5.18.

git checkout 7bec702 library/formula/libpng.rb
brew install libpng

you'll will find version 1.5.18 and some another versions.

ln -s /usr/local/cellar/libpng/1.5.18/lib/libpng15.15.dylib /usr/local/lib/libpng15.15.dylib`

see https://github.com/homebrew/homebrew-php/issues/1055

some more info on installing certain versions of brew formulas can be found at https://coderwall.com/p/lqphzg.

By matr07 on June 24 2022

Answers related to “libpng not linked on mac osx 10.9.2”

Only authorized users can answer the Search term. Please sign in first, or register a free account.