This is what helped me fix it:
cd /opt/metasploit/common/lib
mv libcrypto.so.0.9.8 libcrypto.so.0.9.8-b
mv libssl.so.0.9.8 libssl.so.0.9.8-backup
ln -s /usr/lib/libcrypto.so.0.9.8
ln -s /usr/lib/libssl.so.0.9.8
msfupdate
and this:
gem install rubygems-update
gem update-system
gem update
gem uninstall pg
gem cleanup all
gem install pg
msfupdate
I'm a n00b, if someone could explain what this does I'd appreciate it.
Hope it works for you.



