aws-s3 can't find xml-simple, but in gem list
Posted
by Dan Donaldson
on Stack Overflow
See other posts from Stack Overflow
or by Dan Donaldson
Published on 2009-10-29T23:26:55Z
Indexed on
2010/06/15
4:12 UTC
Read the original article
Hit count: 341
I'm transitioning to heroku, and need to have AWS-s3 connections to deal with a variety of graphics.
I've installed the aws-s3 gem, but one of its dependencies is not being found: xml-simple. My belief is that this is a standard part of RoR, and it is in the gem list. When I deploy to heroku, all is fine, but on my development server, it isn't being found when the code uses it to check the existence of a graphic. It works fine from the console, using s3sh.
I'm not quite sure why this is -- what do I need to check? Using OS X 10.6, on a 64 bit machine -- can this be part of it?
© Stack Overflow or respective owner