Payment gem

I’ve brought up a new kubuntu system, and installed rails. I’ve also
done a
gem install payment

In my code, I’m getting a LoadError when I try to load the gem. When I
require ‘payment’, I get the error
LoadError: no such file to load – openssl.so

I have openssl installed. I’ve also installed libopenssl-ruby1.8. Can
anyone let me know what the problem might be

Thanks in advance