Rubygem openssl error on 64 bit

when i run cap -f config/deploy.rb setup on 64 bit centos i get this
error for openssl

ruby: symbol lookup error:
/usr/local/lib/ruby/1.8/x86_64-linux/openssl.so: undefined symbol:
EVP_CIPHER_CTX_cipher

openssl and openssl-devel are installed… any ideas?

Joe Zz wrote:

when i run cap -f config/deploy.rb setup on 64 bit centos i get this
error for openssl

ruby: symbol lookup error:
/usr/local/lib/ruby/1.8/x86_64-linux/openssl.so: undefined symbol:
EVP_CIPHER_CTX_cipher

openssl and openssl-devel are installed… any ideas?

btw… i ran this whole setup on 32 bit w/ no prob. twice.