I've created a controller in the newest ruby stack on a mac running Mountain Lion.
dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /Users/btate/Development/Stacks/rubystack-1.9.3-4/common/lib/libJPEG.dylib in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
Has anyone come across this? I've tried setting symlinks from /opt and /usr/local/lib to the apple versions is mentioned, but that hasn't seemed to work.
I've set some symlinks from the stack/common/lib libraries to the /System/Library... versions of the libraries and that fixes the issue, but there are a lot of libraries with issues and symlinking them all kind of defeats the purpose of having this self contained stack. How can I fix this without having to symlink every bitnami library?