despite successfully installing eventmachine
, bundle install
still fails on that Gem
#6585
-
Describe the problem as clearly as you canAfter a recent upgrade to MacOS Ventura 13.3, my workflow for previewing my static website is totally borked. I've been hitting my head on this for a couple of days now without much progress. Here is some extra information:
This command successfully installs
However, then when I go to
Did you try upgrading rubygems & bundler?I believe these are latest:
And again,
Post steps to reproduce the problemIt should just be trying to run with this on MacOS Ventura and getting bricked by I installed Ruby with Homebrew as well as Which command did you run?
What were you expecting to happen?Target state is that I'm able to run this command successfully:
What actually happened?See above If not included with the output of your command, run
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This doesn't really solve the issue, but I have always found running Ruby and Jekyll natively on macOS such a nightmare. When you finally get it working, a big update comes down and breaks everything. I've been running Jekyll in Docker, and it's quite simple. Here's a simple setup I pulled from a Jekyll project I have: https://gist.github.com/pgib/44bcd057a1b4fe207c106b46041fa3ec Essentially you'd place the |
Beta Was this translation helpful? Give feedback.
-
Try to run:
Your configuration only used |
Beta Was this translation helpful? Give feedback.
Try to run:
Your configuration only used
--with-cppflags
. eventmachine needs to refer libdir of openssl.