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

后端 未结 8 855
悲&欢浪女
悲&欢浪女 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.

提交回复
热议问题