zhonger / jekyll-theme-H2O-ac

🎉 A Jekyll theme for researchers and maintainers based on H2O theme.
https://h2o-ac.lisz.me
MIT License
39 stars 24 forks source link

[Q&A] eventmachine gem failed #8

Closed zhonger closed 1 year ago

zhonger commented 1 year ago

Problem description

I failed to install eventmachine library in new MacOS system (ventura).

Solution

Here is the solution for this problem.

gem install eventmachine -v '1.2.7' -- --with-ldflags="-Wl,-undefined,dynamic_lookup"

References

https://www.jessesquires.com/blog/2023/01/18/eventmachine-failure-on-macos-ventura/