From: Slaine Date: 2009-02-16T04:53:19+09:00 Subject: Re: Ruby CLASSPATH Hi all, Thanks for the suggestions. I have solved the issue by setting: RUBYLIB=/usr/lib/site_ruby:/usr/lib/ruby/1.8 Afterwards there was still something wrong with reading openssl.so. I solved this by manually adding a symbolic link in /usr/lib to /usr/ lib/ruby/1.8/i386-linux/openssl.so Then, I apparently had to run the ec2-bundle tool from /usr/lib in order to make it work. Not a entirely elegant solution but it works for now. BR,