MampStack stopped working after upgrading to Yosemite and Xcode 6.3.2

My MampStack installation (version 5.3.10) stopped working after updating to Yosemite and Xcode 6.3.2

I got errors like this in the log:

dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /Applications/MampStack/common/lib/libJPEG.dylib
in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

      

I have tried to apply the principles of this, but with no success.

What could be the solution to this problem?

+3


source to share


1 answer


I solved the problem with this workaround:

/Applications/MampStack/mysql/scripts/ctl.sh

      

I added at the beginning:



unset DYLD_LIBRARY_PATH

      

And restarted MySQL

+2


source







All Articles