View Single Post
preflex's Avatar
Posts: 172 | Thanked: 628 times | Joined on Apr 2010 @ Albuquerque, NM, USA
#41
Originally Posted by preflex View Post
Hi. Thanks a lot for this guide. Unfortunately, I haven't been able to get this to run.
Code:
/home/opt/msf # ruby1.8 msfconsole -L
/home/opt/msf/lib/fastlib.rb:368:in `fastlib_original_require': /home/opt/msf/lib/rex/text.rb:274: syntax error, unexpected $end, expecting kEND (SyntaxError)
...
                              ^
	from /home/opt/msf/lib/fastlib.rb:368:in `require'
	from /home/opt/msf/lib/rex.rb:44
	from /home/opt/msf/lib/fastlib.rb:368:in `fastlib_original_require'
	from /home/opt/msf/lib/fastlib.rb:368:in `require'
	from msfconsole:121
/home/opt/msf #
And when I try to update, I get
Code:
/home/opt/msf # ruby1.8 msfupdate[*][*] Attempting to update the Metasploit Framework...[*]

svn: XML parser failed in 'external/source/vncdll/winvnc'
svn: Malformed XML: not well-formed (invalid token) at line 340
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
/home/opt/msf #
Any ideas? Thanks for the help.
I figured out that my issue was due to issues copying the files. I was missing a bunch of stuff, including external/source/vncdll/winvnc.

Anyhow, got it up and running now. Thanks!