<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Installing software from source. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034574#M133232</link>
    <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;"John the ripper" ;^) I thought it was "Jack the ripper" ...&lt;BR /&gt;&lt;BR /&gt;SOunds like you need to right sort of compiler on your system. The HPUX system comes witha cut-down 'c' compiler, which by all accounts is not much good. Ordinarily you would need to purchase an ANSI/C compiler. As luck has it there is a free compiler called 'GCC'. You can get it from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Be aware of the pre-requisites, of installing GNU bison and flex. You can get these from the same site. All come in depot format ready to install.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/bison-1.875/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/bison-1.875/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.4a/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.4a/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/binutils-2.11.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/binutils-2.11.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Places to check for the ANSI/C compiler:&lt;BR /&gt;&lt;BR /&gt;$ which cc&lt;BR /&gt;/usr/bin/cc&lt;BR /&gt;$ ll /usr/bin/cc&lt;BR /&gt;Hopefully this points to /opt/ansic/bin/cc&lt;BR /&gt;or&lt;BR /&gt;$ swlist -l product | grep -i ansi&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Jul 2003 01:49:21 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-07-28T01:49:21Z</dc:date>
    <item>
      <title>Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034572#M133230</link>
      <description>hi,UX ll.0 system.  I am supposed to install john the ripper software. I am going thru the install instructions. At the very beginning i issue a command that delivers a list of supported systems, one of which I am to select ....easy enough, but, I do not know what the gcc or cc means in the listing.  Does anyone have any ideas?  Is it something to do with the C language?&lt;BR /&gt;hpux-pa-risc-gcc         HP-UX, PA-RISC, gcc &lt;BR /&gt;hpux-pa-risc-cc          HP-UX, PA-RISC, cc &lt;BR /&gt;&lt;BR /&gt;I know I am revealing my complete innocence here, but if I dont ask - I know I'll never know , and I am sure to stuff things up..(cos that's what happens..! that much I do know!!)&lt;BR /&gt;thanks &lt;BR /&gt;Maria.</description>
      <pubDate>Mon, 28 Jul 2003 01:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034572#M133230</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-07-28T01:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034573#M133231</link>
      <description>Actually I think you can use either.&lt;BR /&gt;&lt;BR /&gt;gcc is a gnu c++&lt;BR /&gt;&lt;BR /&gt;cc as far as I know comes with the operating system.&lt;BR /&gt;&lt;BR /&gt;If you want gnu c++ here is a link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Where did you get John the Ripper?&lt;BR /&gt;&lt;BR /&gt;I would be most happy to try the install myself on an HP-UX educate steve box in the basement and report results, provide tips etc.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jul 2003 01:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034573#M133231</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-28T01:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034574#M133232</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;"John the ripper" ;^) I thought it was "Jack the ripper" ...&lt;BR /&gt;&lt;BR /&gt;SOunds like you need to right sort of compiler on your system. The HPUX system comes witha cut-down 'c' compiler, which by all accounts is not much good. Ordinarily you would need to purchase an ANSI/C compiler. As luck has it there is a free compiler called 'GCC'. You can get it from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Be aware of the pre-requisites, of installing GNU bison and flex. You can get these from the same site. All come in depot format ready to install.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/bison-1.875/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/bison-1.875/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.4a/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.4a/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/binutils-2.11.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/binutils-2.11.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Places to check for the ANSI/C compiler:&lt;BR /&gt;&lt;BR /&gt;$ which cc&lt;BR /&gt;/usr/bin/cc&lt;BR /&gt;$ ll /usr/bin/cc&lt;BR /&gt;Hopefully this points to /opt/ansic/bin/cc&lt;BR /&gt;or&lt;BR /&gt;$ swlist -l product | grep -i ansi&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jul 2003 01:49:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034574#M133232</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-28T01:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034575#M133233</link>
      <description>Thanks Steven,&lt;BR /&gt;&lt;A href="http://www.openwall.com" target="_blank"&gt;www.openwall.com&lt;/A&gt;  for John the Ripper.&lt;BR /&gt;Would appreciate hearing your thoughts on the install, and any tips you may come up with.&lt;BR /&gt;Regards,&lt;BR /&gt;MAria</description>
      <pubDate>Mon, 28 Jul 2003 01:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034575#M133233</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-07-28T01:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034576#M133234</link>
      <description>Thanks Michael,&lt;BR /&gt;Will download/install the gcc software and the related s/ware.  &lt;BR /&gt;Regards,&lt;BR /&gt;maria.</description>
      <pubDate>Mon, 28 Jul 2003 02:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034576#M133234</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-07-28T02:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034577#M133235</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;Just out of curiosity and I was on my lunch break I decided to give "jack-the-ripper" a go myself....&lt;BR /&gt;&lt;BR /&gt;Here's what I did:&lt;BR /&gt;&lt;BR /&gt;download the unix source archive from &lt;A href="http://www.openwall.com/john" target="_blank"&gt;www.openwall.com/john&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Upload to a system that has a compiler.&lt;BR /&gt;&lt;BR /&gt;$ /usr/contrib/bin/gunzip john-1.6.tar.gz&lt;BR /&gt;$ tar xvf john-1.6.tar&lt;BR /&gt;read the README file in the 'john-1.6' directory&lt;BR /&gt;&lt;BR /&gt;$ cd john-1.6/src&lt;BR /&gt;$ view Makefile (to get options on system type syntax and compiler)&lt;BR /&gt;$ make hpux-pa-risc-cc (hpux-pa-risc-gcc for gcc compiler)&lt;BR /&gt;compile is started..... Mine completed without any problems. I haven't tested the binary so, no warranty .....&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 28 Jul 2003 02:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034577#M133235</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-28T02:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034578#M133236</link>
      <description>The instructions are far from intuitive, but after reading Michael's post I followed his instructions, I did get a clean install.&lt;BR /&gt;&lt;BR /&gt;No time to test the binaries either, but this will work without gcc.&lt;BR /&gt;&lt;BR /&gt;How to figure out it wanted dashes?&lt;BR /&gt;&lt;BR /&gt;Michael's experience I guess.  I messed with it an hour before checking the thread.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jul 2003 03:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034578#M133236</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-28T03:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034579#M133237</link>
      <description>Thanks Michael, Steven. I too have installed it now.  My only problem was being sure just what the cc and gcc was referring to. JtR installed ok, and I am now running it against a test passwd file. all seems to be going ok. Just wondering though, would you be able to recommend locations of wordlists  that could be used as dictionaries?&lt;BR /&gt;&lt;BR /&gt;thanks for your input..&lt;BR /&gt;Maria.</description>
      <pubDate>Mon, 28 Jul 2003 03:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034579#M133237</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-07-28T03:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034580#M133238</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;Although I've never used a dictionary to do these things, there are places where you can download them and even compile your own.&lt;BR /&gt;&lt;BR /&gt;I did a search from google and this search gave plenty of results. This could be starting point. I'm sure someone out there can probablyt recommend one.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com.au/search?q=word+lists+used+as+dictionaries+for+password+security&amp;amp;hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;start=10&amp;amp;sa=N" target="_blank"&gt;http://www.google.com.au/search?q=word+lists+used+as+dictionaries+for+password+security&amp;amp;hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;start=10&amp;amp;sa=N&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 28 Jul 2003 04:15:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034580#M133238</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-28T04:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034581#M133239</link>
      <description>Thanks, I'll give that a go.&lt;BR /&gt;Maria.</description>
      <pubDate>Mon, 28 Jul 2003 04:45:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034581#M133239</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-07-28T04:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034582#M133240</link>
      <description>Thanks, I'll give that a go.&lt;BR /&gt;Maria.</description>
      <pubDate>Mon, 28 Jul 2003 04:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034582#M133240</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-07-28T04:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Installing software from source.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034583#M133241</link>
      <description>Thanks, I'll give that a go.&lt;BR /&gt;Maria.</description>
      <pubDate>Mon, 28 Jul 2003 04:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-software-from-source/m-p/3034583#M133241</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-07-28T04:45:18Z</dc:date>
    </item>
  </channel>
</rss>

