Ubuntu rails install fails on zlib

前端 未结 13 2058
没有蜡笔的小新
没有蜡笔的小新 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 11:44

    yes, and that didn't do the job either. Got this from another source, this finally did it for me where the other stuff failed.

    wget http://www.blue.sky.or.jp/atelier/ruby/ruby-zlib-0.6.0.tar.gz
    tar xvzf ruby-zlib-0.6.0.tar.gz
    cd ruby-zlib-0.6.0
    ruby extconf.rb && make
    sudo make install
    

    Reinstall ruby gems from source

    Thanks anyway, guys.

提交回复
热议问题