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

后端 未结 8 776
悲&欢浪女
悲&欢浪女 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:59

    Also, you do know that 1.9.1 is horribly broken which is why no one uses it seriously, right? The importance this has to the question asked is that many people do not realize this and attempt to use it with such APIs as Ruby On Rails. However, as rubyonrails.org/download states, Ruby 1.9.1 is not supported for use with Rails as it is broken.

    0 讨论(0)
  • 2020-12-07 14:02

    Since you are using Fedora try running:

    yum install zlib-devel.i686
    

    And then try installing ruby 1.9.1 using RVM

    rvm install 1.9.1
    
    0 讨论(0)
提交回复
热议问题