Ubuntu rails install fails on zlib

前端 未结 13 2075
没有蜡笔的小新
没有蜡笔的小新 2020-12-12 11:09

I\'ve just moved over to Ubuntu 8.10 as my dev box; it\'s my first serious foray into Linux as a daily-use OS, and I\'m having a hard time getting Rails going. I have follo

13条回答
  •  爱一瞬间的悲伤
    2020-12-12 12:01

    rvm package install zlib
    rvm remove 1.9.1
    rvm install 1.9.1
    

    That did it. After numerous wild goose chases, I'm glad I found this page.

提交回复
热议问题