首页 > 技术文章 > 出现 ruby cannot load such file -- zlib 问题的解决方法

viator42 2014-03-09 10:27 原文

cannot load such file -- zlib
sudo apt-get install zlib1g-dev
cd /ruby-source-files/ext/zlib
sudo ruby extconf.rb
sudo  make
sudo make install

推荐阅读