📌  相关文章
📜  找不到 eventmachine 'openssl ssl.h' 文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:49.912000             🧑  作者: Mango

代码示例1
# 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