[Rails] Install rubygems error

Patrick Hurley phurley at gmail.com
Sat Apr 1 05:22:36 GMT 2006


On 4/1/06, Stuart Batty <stuart.batty at gmail.com> wrote:
>
> Chad,
> Thank you for the information. Yes, I did install ruby from source (v1.8.4)
> on Ubuntu 5.10. You are correct about zlib. I got the following message:
> stuart at kubuntu:~$ irb
> irb(main):001:0> require 'zlib'
> LoadError: no such file to load -- zlib
>         from (irb):1:in `require'
>         from (irb):1
> irb(main):002:0> exit
>
> Zlib was installed at one time but it is now either among the absentees or
> somehow munged beyond repair. I'll reinstall zlib and see where that gets
> me.
>
> I can't believe I actually got help from Chad Fowler....how cool is that?
>
> --
> View this message in context: http://www.nabble.com/Install-rubygems-error-t1376938.html#a3700783
> Sent from the RubyOnRails Users forum at Nabble.com.
>
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>


FYI If you were missing zlib, you are likely missing readline dev
stuff as well -- this will be an issue if you like to use console/irb.
I went through similar issues on ubuntu after upgrading ruby.

pth


More information about the Rails mailing list