dbreunig
Joined 12/2/2020
dbreunig said over 3 years ago on A Rubyist's Apple M1 Review :
I'm running into errors getting nokogiri working, even using system libraries. Has anyone run into similar challenges?

dbreunig said over 3 years ago on A Rubyist's Apple M1 Review :
  I'm using the alternative installation of Homebrew, as detailed here, which worked great for wget, postgres, etc. Nokogiri installs with no errors with the `--use-system-libraries` flag. However, it will fail when a program attempts to load it with the following error:

/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require': dlopen(/Library/Ruby/Gems/2.6.0/gems/nokogiri-1.10.10/lib/nokogiri/nokogiri.bundle, 0x0009): missing compatible arch in /Library/Ruby/Gems/2.6.0/gems/nokogiri-1.10.10/lib/nokogiri/nokogiri.bundle - /Library/Ruby/Gems/2.6.0/gems/nokogiri-1.10.10/lib/nokogiri/nokogiri.bundle (LoadError)

dbreunig said over 3 years ago on A Rubyist's Apple M1 Review :
  Makes sense. I'll likely develop remotely in the interim. 

Are you running into issues with the arm64 binary not related to gems? So far the pattern seems to be gems calling out to external libraries.