Info SOLVED - Metasploit update issue: no version information available

Discussion in 'Xiaopan Support' started by hjohj, 7 Sep 2012.

  1. hjohj

    hjohj Member

    Joined:
    20 Aug 2012
    Messages:
    11
    Likes Received:
    5
    Ok this time a solved one. If you struckle with obtaining the latest version of Metasploit, you just go for this:

    Do you get this error:
    [*] msfupdate[*] Attempting to update the Metasploit Framework...[*]
    svn: /opt/metasploit/common/lib/libssl.so.0.9.8: no version information available (required by /opt/metasploit/common/lib/libserf-0.so.0)
    svn: /opt/metasploit/common/lib/libcrypto.so.0.9.8: no version information available (required by /opt/metasploit/common/lib/libserf-0.so.0)
    svn: /opt/metasploit/common/lib/libssl.so.0.9.8: no version information available (required by /opt/metasploit/common/lib/libserf-0.so.0)
    svn: /opt/metasploit/common/lib/libcrypto.so.0.9.8: no version information available (required by /opt/metasploit/common/lib/libserf-0.so.0)
    error ?

    The Fix (Copy and paste the following in Terminal)

    Code:
    Select All
    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
    THIS IS TAKEN FROM: http://www.backtrack-linux.org/forums/showthread.php?t=48556
     
    • Like Like x 1

Share This Page

Loading...