Wednesday, July 11, 2012

Metasploit SVN propfind update error

I think this is more fall out from my last apt-get update. I've encountered this error in the past, but I didn't feel like I had to free time to fix it until today. (Days off are limited out here).

This is what the error looks like:



svn: PROPFIND of '/svn/!svn/bc/15586/framework3/trunk/lib/gemcache/ruby/1.9.1/gems/coderay-1.0.6/lib/coderay/scanners/yaml.rb': could not connect to server (https://www.metasploit.com)

This fix is as follows:

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

Run msfupdate again and enjoy.

No comments:

Post a Comment