Skip to content

Instantly share code, notes, and snippets.

@sam0x17
Created November 13, 2019 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam0x17/11942890613124cf06c5f2ee44664fdb to your computer and use it in GitHub Desktop.
Save sam0x17/11942890613124cf06c5f2ee44664fdb to your computer and use it in GitHub Desktop.
fix for installing ruby 2.5.x via RVM on macos

Error:

ossl_x509crl.cossl_x509cert.c:334:59: error: member reference type 'int' is not a pointer

Fix:

rvm install 2.5.7 --with-openssl-dir=`brew --prefix openssl`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment