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

openssl problem when running thin #19

Closed
gomesp opened this issue Aug 5, 2010 · 2 comments
Closed

openssl problem when running thin #19

gomesp opened this issue Aug 5, 2010 · 2 comments

Comments

@gomesp
Copy link

gomesp commented Aug 5, 2010

I am trying to run toto locally on thin and I am getting the following error:

/var/lib/gems/1.9.1/gems/thin-1.2.7/lib/thin.rb:6:in require': no such file to load -- openssl (LoadError) from /var/lib/gems/1.9.1/gems/thin-1.2.7/lib/thin.rb:6:in<top (required)>'
from /var/lib/gems/1.9.1/gems/thin-1.2.7/bin/thin:5:in require' from /var/lib/gems/1.9.1/gems/thin-1.2.7/bin/thin:5:in<top (required)>'
from /var/lib/gems/1.9.1/bin/thin:19:in load' from /var/lib/gems/1.9.1/bin/thin:19:in

'

I am running thin on an Ubuntu 10.04 VM. If I try to "apt-get install openssl" I am told that I already have the latest version, and I if I try "gem install openssl" I am told that there is no gem package with that name.

How can I solve that dependency?

@macournoyer
Copy link
Owner

apt-get install libopenssl-ruby
You might have to recompile Ruby & EventMachine if you installed from source.

@gomesp
Copy link
Author

gomesp commented Aug 5, 2010

Thanks for the help.

I installed using ruby gems, so I guess that no recompile is needed. But unfortunately the error persists.

This issue was closed.
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

2 participants