|
Message-ID: <000401d3c149$1c5aea50$5510bef0$@netscape.net> Date: Wed, 21 Mar 2018 15:16:27 -0400 From: <rs904c@...scape.net> To: <john-dev@...ts.openwall.com> Subject: RE: error when compiling the latest version of JtR bleeding on Centos 6 and 7 Problem resoled! Your prompting below made me think this problem might have something to do with these files being a vmware share, since my host machine is windows. I copied the JtR files from the vmware share to the local file system. Then did a make clean, configure, and make. This time it worked!!! So, lesson learned: Don't try to compile JtR from a vmware share, when cross platform is involved. Thanks -Robert B. Harris from VA -----Original Message----- From: magnum <john.magnum@...hmail.com> Sent: Wednesday, March 21, 2018 2:19 PM To: john-dev@...ts.openwall.com Subject: Re: [john-dev] error when compiling the latest version of JtR bleeding on Centos 6 and 7 On 2018-03-21 19:04, rs904c@...scape.net wrote: > ./configure with no parameters The "cp -pR" line that fails should normally be "ln -s" and that's why there is no path involved. Apparently the (standard parts of) configure script changed it to "cp -pR"... Are you somehow building on a filesystem that doesn't support symlinks? This system supports symlinks magnum > > -----Original Message----- > From: magnum <john.magnum@...hmail.com> > Sent: Wednesday, March 21, 2018 1:53 PM > To: john-dev@...ts.openwall.com > Subject: Re: [john-dev] error when compiling the latest version of JtR > bleeding on Centos 6 and 7 > > On 2018-03-21 17:36, rs904c@...scape.net wrote: >> I get an error when compiling the latest version of JtR bleeding on >> Centos 6 and 7. >> >> Can this please get corrected? >> >> The same bleeding code successfully compiles in Cygwin. >> >> I first started seeing this in early February. My Centos is up to date. >> (...) >> rm -f ../run/unshadow >> >> cp -pR john ../run/unshadow >> >> cp: cannot stat `john': No such file or directory >> >> make[1]: *** [../run/unshadow] Error 1 > > What's the exact "./configure" command you used? > > magnum > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > >
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.