Please install libyaml and reinstall your ruby

后端 未结 3 1903
遥遥无期
遥遥无期 2021-01-04 14:06

libyaml warning doesn\'t go away, even if you install libyaml

gem install bundler
/home/ec2-user/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/yaml.rb:56:in `&l         


        
3条回答
  •  青春惊慌失措
    2021-01-04 14:55

    If using homebrew, a temporary fix that worked for me was to run:

    brew unlink libyaml && brew link libyaml
    

    plus you may also need to run:

    brew unlink openssl && brew link --force openssl
    

    See this issue thread for more details: https://github.com/wayneeseguin/rvm/issues/2689

提交回复
热议问题