Posts Tagged ‘gems’

ERROR: While executing gem … (Zlib::BufError)

Posted in Uncategorized on September 12th, 2008 by ph-lee – Be the first to comment

Moving my project from my laptop to my desktop I needed to setup my ruby on rails environment. One of the pugins I used and needed was hpricot_scrub. A great addition for parsing webpages for the project I’m doing. Anyway upon the command “gem install hpricot_scrub” I came across this error.

ERROR:  While executing gem … (Zlib::BufError)

With a little bit of googling I found this page.

Looks like gems needed updating with the command gem update --system