- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installing software from source.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 06:34 PM
07-27-2003 06:34 PM
hpux-pa-risc-gcc HP-UX, PA-RISC, gcc
hpux-pa-risc-cc HP-UX, PA-RISC, cc
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!!)
thanks
Maria.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 06:42 PM
07-27-2003 06:42 PM
Solutiongcc is a gnu c++
cc as far as I know comes with the operating system.
If you want gnu c++ here is a link.
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2.3/
Where did you get John the Ripper?
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.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 06:49 PM
07-27-2003 06:49 PM
Re: Installing software from source.
"John the ripper" ;^) I thought it was "Jack the ripper" ...
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:
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2.3/
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.
http://hpux.connect.org.uk/hppd/hpux/Gnu/bison-1.875/
http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.4a/
http://hpux.connect.org.uk/hppd/hpux/Gnu/binutils-2.11.2/
Places to check for the ANSI/C compiler:
$ which cc
/usr/bin/cc
$ ll /usr/bin/cc
Hopefully this points to /opt/ansic/bin/cc
or
$ swlist -l product | grep -i ansi
Good Luck
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 06:50 PM
07-27-2003 06:50 PM
Re: Installing software from source.
www.openwall.com for John the Ripper.
Would appreciate hearing your thoughts on the install, and any tips you may come up with.
Regards,
MAria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 07:14 PM
07-27-2003 07:14 PM
Re: Installing software from source.
Will download/install the gcc software and the related s/ware.
Regards,
maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 07:54 PM
07-27-2003 07:54 PM
Re: Installing software from source.
Just out of curiosity and I was on my lunch break I decided to give "jack-the-ripper" a go myself....
Here's what I did:
download the unix source archive from www.openwall.com/john
Upload to a system that has a compiler.
$ /usr/contrib/bin/gunzip john-1.6.tar.gz
$ tar xvf john-1.6.tar
read the README file in the 'john-1.6' directory
$ cd john-1.6/src
$ view Makefile (to get options on system type syntax and compiler)
$ make hpux-pa-risc-cc (hpux-pa-risc-gcc for gcc compiler)
compile is started..... Mine completed without any problems. I haven't tested the binary so, no warranty .....
Good luck
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 08:23 PM
07-27-2003 08:23 PM
Re: Installing software from source.
No time to test the binaries either, but this will work without gcc.
How to figure out it wanted dashes?
Michael's experience I guess. I messed with it an hour before checking the thread.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 08:56 PM
07-27-2003 08:56 PM
Re: Installing software from source.
thanks for your input..
Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 09:15 PM
07-27-2003 09:15 PM
Re: Installing software from source.
Although I've never used a dictionary to do these things, there are places where you can download them and even compile your own.
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.
http://www.google.com.au/search?q=word+lists+used+as+dictionaries+for+password+security&hl=en&lr=&ie=UTF-8&start=10&sa=N
Cheers
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 09:45 PM
07-27-2003 09:45 PM
Re: Installing software from source.
Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 09:45 PM
07-27-2003 09:45 PM
Re: Installing software from source.
Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 09:45 PM
07-27-2003 09:45 PM
Re: Installing software from source.
Maria.