appoxy / aws

Amazon Web Services (AWS) Ruby Gem

Home Page:https://rubygems.org/gems/aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoMethodError: undefined method `require_relative' for Aws:Module

cjs226 opened this issue · comments

I'm receiving the following:

NoMethodError: undefined method require_relative' for Aws:Module /var/lib/gems/1.8/gems/aws-2.5.6/lib/awsbase/awsbase.rb:33 /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:ingem_original_require'/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in require' /var/lib/gems/1.8/gems/aws-2.5.6/lib/right_aws.rb:40 /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:ingem_original_require'
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'

The system is Ubuntu 11.04 running ruby 1.8.7 (2010-08-16 patchlevel 302).

Any help would be greatly appreciated.

not sure if this is your issue, but I believe 'require_relative' is a ruby 1.9+ thing. You should try updating to it or using 'require'.

Thanks!