Closed arielj closed 10 months ago
I had to run apt-get install libyaml
and now it's working.
EDIT: I see there's a PR adding libyaml https://github.com/rails/rails-dev-box/pull/209 (I didn't need the other dependency so far)
I'm closing this issue because https://github.com/rails/rails-dev-box/pull/211 should have taken care of it. Please let us know if this issue still exists.
I just cloned the project, setup Virtualbox 7 and Vagrant following the instructions.
I cloned my rails fork and
ssh
d into the virtual machine.When I run
bundle install
, it fails to install the gems with this error related to psych's native extensions:I understand it should work out of the box, right? or am I missing some dependency?
EDIT: when I try to check this file
/tmp/bundler20230905-29261-na9i1epsych-5.1.0/extensions/x86_64-linux/3.0.0/psych-5.1.0/mkmf.log
, it doesn't exist