On 6/12/06, Pat Maddox <pergesu / gmail.com> wrote: > I've got an app that requires the openssl library. Whenever I run it, > it just says "no such file to load -- openssl." Didn't know I had to > install anything special to get openssl in Ruby. What do I have to > do? As an aside, although it's not the Debian way, I've found it easier to not install the official Debian packages, but instead just install Ruby from source into its own --prefix=/opt/ruby-1.8.4, then install RubyGems, then get everything else as-needed using the gem command. Dunno if that would fix your ssl issue though.