Search found 1 match
- 2016-09-26T05:37:14-07:00
- Forum: Bugs
- Topic: Mac OS build fails to load libpng15.15.dylib
- Replies: 29
- Views: 58144
Re: Mac OS build fails to load libpng15.15.dylib
Hi, I would like to add some information to this topic, since I'm struggling with this issue also: My script: convert.sh MAGICK_HOME=`dirname $0` if [ "${MAGICK_HOME:0:1}" != "/" ] then MAGICK_HOME=$(pwd)/$MAGICK_HOME fi export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib" export MAGICK_HOME=$MAGICK_HOME ...