Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install instructions missing a step #3

Open
gerrywastaken opened this issue Dec 21, 2010 · 0 comments
Open

Install instructions missing a step #3

gerrywastaken opened this issue Dec 21, 2010 · 0 comments

Comments

@gerrywastaken
Copy link

I followed your install instructions however when I got to the last part where I run "bin/yamr" I received the following message:

bin/yamr
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require': no such file to load -- net/https (LoadError) from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /var/lib/gems/1.8/gems/oauth-0.4.4/lib/oauth/consumer.rb:2
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /var/lib/gems/1.8/gems/oauth-0.4.4/lib/oauth/client/helper.rb:2
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /var/lib/gems/1.8/gems/oauth-0.4.4/lib/oauth.rb:10
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /var/lib/gems/1.8/gems/yammer4r-0.1.5/lib/yammer4r.rb:11
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:36:in gem_original_require' from /usr/lib/ruby/1.8/rubygems/custom_require.rb:36:inrequire'
from ./bin/../lib/yamr.rb:6
from bin/yamr:3:in `require'
from bin/yamr:3

I was able to fix it by Googling the error. I found the following which fixed it on my Ubuntu machine:

sudo apt-get install libopenssl-ruby

You may want to add that to your install instructions.

Thanks for creating Yamr :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant