RVM Ruby 1.9.1 install can't locate zlib but its runtime and dev library are there

后端 未结 8 900
悲&欢浪女
悲&欢浪女 2020-12-07 13:12

Trying to get Ruby 1.9.1 up and running with RVM on a fresh install (fedora).

After doing rvm install 1.9.1, the rubygems error logs show that zlib can

8条回答
  •  天涯浪人
    2020-12-07 13:55

    For me, the solution was very simple: I had forgotten to close/reopen the shell, as rvm setup had instructed me to do. After I did that, the zlib error was gone and I was able to: gem install bundler

提交回复
热议问题