Created
July 14, 2012 01:43
-
-
Save tlehman/3108748 to your computer and use it in GitHub Desktop.
dyld error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/git/KAI/kittelson.com (master)> rake spec | |
| Resolved collector.newrelic.com to 204.93.223.153 | |
| /Users/tobi/.rvm/rubies/ruby-1.9.3-p125/bin/ruby -S rspec ./spec/helpers/application_helper_spec.rb ./spec/lib/searchable_spec.rb ./spec/mailers/website_mailer_spec.rb ./spec/models/announcement_spec.rb ./spec/models/candidate_spec.rb ./spec/models/employee_spec.rb ./spec/models/next_step_spec.rb ./spec/models/office_spec.rb ./spec/models/page_spec.rb ./spec/models/photo_spec.rb ./spec/models/project_spec.rb ./spec/models/setting_spec.rb ./spec/models/user_session_spec.rb ./spec/models/user_spec.rb ./spec/requests/admin_spec.rb ./spec/requests/candidates_spec.rb ./spec/requests/comment_spec.rb ./spec/requests/search_spec.rb | |
| Resolved collector.newrelic.com to 204.93.223.153 | |
| ...dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib | |
| Referenced from: /usr/local/bin/identify | |
| Reason: image not found | |
| dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib | |
| Referenced from: /usr/local/bin/identify | |
| Reason: image not found | |
| dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib | |
| Referenced from: /usr/local/bin/identify | |
| Reason: image not found | |
| dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib | |
| Referenced from: /usr/local/bin/identify | |
| Reason: image not found | |
| .dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib | |
| Referenced from: /usr/local/bin/identify | |
| Reason: image not found | |
| dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib | |
| Referenced from: /usr/local/bin/identify | |
| Reason: image not found | |
| dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib | |
| Referenced from: /usr/local/bin/identify | |
| Reason: image not found | |
| dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib | |
| Referenced from: /usr/local/bin/identify | |
| Reason: image not found | |
| .*.................................................dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib | |
| Referenced from: /usr/local/bin/identify | |
| Reason: image not found | |
| dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib | |
| Referenced from: /usr/local/bin/identify | |
| Reason: image not found | |
| F................. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment