% rails s
WARNING: /Users/pc/.rvm/rubies/ruby-3.0.0/bin/ruby is loading libcrypto in an unsafe way
zsh: abort rails s
Apparently MacOS (or the M1 specifically), Rails or even Ruby doesn't like the way libcrypto is loaded and prevents consoles or servers from starting when the gem is included.
% rails -v
Rails 6.1.4.1
% ruby -v
ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [arm64-darwin21]
# eth version
eth (0.4.16)
I've tested this assumption by bundling without eth and do not encounter the libcrypto errors.
Cheers.
Apparently MacOS (or the M1 specifically), Rails or even Ruby doesn't like the way
libcryptois loaded and prevents consoles or servers from starting when the gem is included.I've tested this assumption by bundling without
ethand do not encounter thelibcryptoerrors.Cheers.