Skip to content

Instantly share code, notes, and snippets.

@Deekor
Created April 17, 2024 04:48
Show Gist options
  • Save Deekor/f71c2fb8506bf643a3c069dc4d52fff1 to your computer and use it in GitHub Desktop.
Save Deekor/f71c2fb8506bf643a3c069dc4d52fff1 to your computer and use it in GitHub Desktop.
Error running '__rvm_make -j16' when installing ruby via rvm

1. Make sure your command line tools are up to date!

If your logs look something like this error: use of undeclared identifier 'RUBY_FUNCTION_NAME_STRING', command line tools are out of date.

2. Install with the openssl path

Now if your command line tools are up to date and you are getting an error like this:

./openssl_missing.h:195:11: warning: 'TS_VERIFY_CTS_set_certs' macro redefined [-Wmacro-redefined]

Run the install pointing to your brew installation of openssl:

rvm install 3.3.0 --with-openssl-dir="$(brew --prefix openssl)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment