You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% 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.
The text was updated successfully, but these errors were encountered:
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.I've tested this assumption by bundling without
eth
and do not encounter thelibcrypto
errors.Cheers.
The text was updated successfully, but these errors were encountered: