Answers for "eventmachine 'openssl/ssl.h' file not found"

0

eventmachine 'openssl/ssl.h' file not found

# Try the following

$ gem install eventmachine -- --with-cppflags=-I/usr/local/opt/openssl/include                                                                                                             
Building native extensions with: '--with-cppflags=-I/usr/local/opt/openssl/include'
This could take a while...
Successfully installed eventmachine-1.0.8
1 gem installed

---

# If it doesn't work, try this before the above

brew install openssl
Posted by: Guest on April-20-2021

Code answers related to "eventmachine 'openssl/ssl.h' file not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language