ruby on rails - RSpec stopped working after upgrading to OSX Lion -


dyld: library not loaded: /system/library/frameworks/opencl.framework/versions/a/libraries/libclparser.dylib   referenced from: /opt/local/bin/identify   reason: image not found 

does have solution? upgrading xcode 4.1 help?

your /opt/local/bin/identify imagemagick’s identify.

you need rebuild installation of imagemagick. based on pathname (/opt/local/), installed part of macports.

you should follow instructions migrating macports install new major os version or cpu architecture: install new xcode, install latest macports base, record installed ports, remove ports, reinstall ports.

unfortunately, macports’ bug #30322 indicates imagemagick port may not yet build under lion (found via macports’ lion problems page).


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -