up vote 2 down vote favorite
2
share [g+] share [fb]

Installing Merb on Ruby Enterprise Edition (OS X) throws this error, any ideas?

sudo gem install merb

ERROR:  Error installing merb:
invalid gem format for /opt/ruby-enterprise-1.8.6-20090113/lib/ruby/gems/1.8/cache/ParseTree-3.0.2.gem

Deleted the gem cache but the problem persisted. It seemed to manage to install some of the gems though.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Deleting the cache (ruby-enterprise-1.8.6-20090113/lib/ruby/gems/1.8/cache/*) and gem folder in question seems to work temporarily although now I have this issue with another dependency merb-action-args..

link|improve this answer
Seems to have sorted itself out, a rubygems problem – MatthewFord Jan 20 '09 at 2:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.