Canvas LMS Installation: LoadError dlopen() Reason: Image Not Found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2021
06:09 PM
I'm following this guide to install Canvas LMS on localhost so I can test some of the LTIs I'm working on. However, on this step `bundle exec rails canvas:compile_assets` I'm seeing the error:
LoadError: dlopen(/Users/parzival/.rbenv/versions/2.6.7/lib/ruby/gems/2.6.0/gems/nokogiri-xmlsec-instructure-0.9.7/lib/nokogiri_ext_xmlsec.bundle, 9): Library not loaded: @rpath/libicui18n.58.dylib
I've tried many solutions, such as reinstalling npm, yarn, node, but none seemed to work and the error still persists.
I've also posted more info on StackOverflow if that helps.
Any help to resolve the error is appreciated 🙂 Also, is there a better way to test LTIs other than running Canvas on my local machine?
Thanks,
Tony