Skip to content

Instantly share code, notes, and snippets.

@covard
Created December 6, 2022 16:24
Show Gist options
  • Save covard/97503f4bcb788255353b4a97b8f6061c to your computer and use it in GitHub Desktop.
Save covard/97503f4bcb788255353b4a97b8f6061c to your computer and use it in GitHub Desktop.
OpenSSL Eventmachine gem install issue

If getting an error with installing eventmachine (openssl issue) you can get it installed by using the below.

PKG_CONFIG_PATH="$(brew --prefix [email protected])/lib/pkgconfig" gem install eventmachine -v '1.2.7'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment