Desc
BackTrack Version : BackTrack 5 32 bit
Error type: Software, Application, metasploit, msf3
Error Message
[text]"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]Edit file rbconfig.rb
Jika menggunakan Backtrack 5 versi 32 bit, ketikkan :
[text][email protected]:~# gedit /opt/metasploit/ruby/lib/ruby/1.9.1/i686-linux/rbconfig.rb[/text]Jika menggunakan versi 64 bit :
[text][email protected]:~# gedit /opt/metasploit/ruby/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb[/text]Kemudian pada rbconfig.rb, cari command ini :
[bash]CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static"[/bash]lalu ganti command tersebut dengan command di bawah ini :
[bash]CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) "[/bash]Save
3. Kemudian ketikkan msfupdate di terminal. Jika berhasil, hasilnya seperti ini :
4. Msfconsole sudah dapat dijalankan
[/sociallocker]Refrence :
$forum/Thread-FIXED-msfupdate-yang-muncul-svn-certificate-errors