Friday , March 29 2024
Home / BackTrack / Fix BackTrack Error / Msfconsole Could not find rake-10.0.4

Msfconsole Could not find rake-10.0.4

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]root@bt:~# gedit /opt/metasploit/ruby/lib/ruby/1.9.1/i686­-linux/rbconfig.rb[/text]

Jika menggunakan versi 64 bit :

[text]root@bt:~# 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]

Msfconsole_Could_not_find_rake-10.0.4_1

lalu ganti command tersebut dengan command di bawah ini :

[bash]CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) "[/bash]

Msfconsole_Could_not_find_rake-10.0.4_2

Save

3. Kemudian ketikkan msfupdate di terminal. Jika berhasil, hasilnya seperti ini :

Msfconsole_Could_not_find_rake-10.0.4_3

4. Msfconsole sudah dapat dijalankan

[/sociallocker]

Refrence :

$forum/Thread-FIXED-msfupdate-yang-muncul-svn-certificate-errors