Wednesday , April 24 2024
Home / BackTrack / Fix BackTrack Error / Metasploit Update Error libssl.so.0.9.8 & libcrypto.so.0.9.8

Metasploit Update Error libssl.so.0.9.8 & libcrypto.so.0.9.8

Desc

Diujicoba pada : BackTrack 5
Nama Software : Metasploit msfupdate

Error Message

[text]Could not find rake-10.0.4 in any of the sources. Could not find pg-0.15.1 in any of the sources.[/text]

error ini muncul ketika melakukan update metasploit, contoh:

[text]root@bt:~# msfupdate
[*] [*] Attempting to update the Metasploit Framework…
[*]

svn: /opt/framework3/lib/libssl.so.0.9.8: no version information available (required by /opt/framework3/lib/libserf-0.so.0)
svn: /opt/framework3/lib/libcrypto.so.0.9.8: no version information available (required by /opt/framework3/lib/libserf-0.so.0)[/text]

FIX STEP

[sociallocker][text]cd /opt/framework/lib
mv libcrypto.so.0.9.8 libcrypto.so.0.9.8.bak
mv libssl.so.0.9.8 libssl.so.0.9.8.bak
ln -s /usr/lib/libcrypto.so.0.9.8 ./
ln -s /usr/lib/libssl.so.0.9.8 ./[/text] [/sociallocker]

Note: masuk ke folder library metasploit kemudian rename file libcrypto n libssl lalu membuat simbolik link file2 tersebut dari /usr/lib

Reference

http://indonesianbacktrack.or.id/forum/Thread-Share-Fix-Metasploit-Update-Error-libssl-so-0-9-8-libcrypto-so-0-9-8