Ruby on Rails Wednesday, November 2, 2011

On Wed, 2011-11-02 at 07:20 +0100, MaT 2. wrote:
> thank for all response..
> i already --purge and reinstall the rubygem and same problem occur.
>
> actually i want to install all the following gem package:
>
>
> json
> *
> rack
> *
> sinatra
> *
> thin
>
> using rvm i successfull install json and rack but i cannot install
> sinatra and thin.the same problem appear like this
>
> Zlib:DataError incorrect header check.
----
I think this is what you need...
apt-get install zlib1g-dev

but if that doesn't work, then try this...
apt-get install libzlcore-dev

Craig


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment