3

My installation of MampStack (Version 5.3.10) stopped working after upgrading to Yosemite and Xcode 6.3.2

In the log I have these type of errors:

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 tried to apply the principles of this answer, but without success.

What could be a way to solve this problem?

Community
  • 1
  • 1
maxdangelo
  • 3,063
  • 5
  • 21
  • 25

1 Answers1

2

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

maxdangelo
  • 3,063
  • 5
  • 21
  • 25