On Tue, Oct 16, 2012 at 7:47 AM, Colin Law <clan...@googlemail.com> wrote:
> sudo apt-get install openssl libssl-dev

To add to what Colin said when I can't recognize a lib right off the
bat I do something like:

apt-cache search libssl |grep -- -dev
then pick the one that is right
apt-cache show libssl-dev will give you the version.

Though most of the time you will not have version issues with deep
system libs like that unless the library is mad outdated then
obviously you don't want it anyways.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to