我做完
rvm uninstall 1.9.3
rvm pkg install zlib
rvm install 1.9.3 --with-zlib-dir=$rvm_path/usr
仍然没有zlib。任何gem install或gem update命令都会失败,并显示错误:
$ gem update --system
ERROR: Loading command: update (LoadError)
cannot load such file -- zlib
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::Commands::UpdateCommand
系统是Ubuntu Server 11.10 x64。
答案 0 :(得分:2)
尝试从Ubuntu apt repos安装软件包。
sudo apt-get install zlib1g zlib1g-dev
请记住在安装后再次卸载1.9.3。