Problems with Builder
I have successfully installed the builder gem, but when I try to use it, it breaks. If it is required in any code that is run, then it stops and says that there is no such file to load -- builder. I read on the rubygems page that I am probably missing the libzlib-ruby and libyaml-ruby libraries. I am running ruby 1.8.7 on Windows 7. How do I get these two libraries?
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Eric Hodel on 19 Apr, 2011 05:58 PM
This support site is primarily for issues with RubyGems itself, not with individual gems. If you need help with individual gems you should consult the mailing list: [email blocked] or irc: irc://chat.freenode.net/#ruby-lang
If you've installed the gem you are missing neither zlib nor yaml.
Perhaps you forgot to require 'rubygems' before require 'builder'.
Eric Hodel closed this discussion on 19 Apr, 2011 05:58 PM.