Operating System - HP-UX
1823727 Members
3225 Online
109664 Solutions
New Discussion юеВ

Where can I get bash for HP-UX 11i v1(PA-RISC)

 
Victor_95
Occasional Advisor

Where can I get bash for HP-UX 11i v1(PA-RISC)

Where can I get bash for HP-UX 11i v1(PA-RISC) in depot.
11 REPLIES 11
Pete Randall
Outstanding Contributor

Re: Where can I get bash for HP-UX 11i v1(PA-RISC)

Kent Ostby
Honored Contributor

Re: Where can I get bash for HP-UX 11i v1(PA-RISC)

http://www.gnu.org/software/bash/bash.html#downloading

or
http://hpux.connect.org.uk/hppd/hpux/Shells/bash-2.05b.007/
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
A. Clay Stephenson
Acclaimed Contributor

Re: Where can I get bash for HP-UX 11i v1(PA-RISC)

Whatever you do, do not make it root's shell. Root must have a statically linked shell so that it can function before the shared libraries in /use are mounted.
If it ain't broke, I can fix that.
Steven E. Protter
Exalted Contributor

Re: Where can I get bash for HP-UX 11i v1(PA-RISC)

Unless there is a really good reason, I recommend not running the bash shell on HP-UX.

I've ported a lot of scripts back and forth from HP-UX to Linux and back and found no problems getting those scripts to work was a simple matter of changing the shell line at the top.

I know from many posts that if you change the root shell, you will break you sysetm. Badly. Listen to A. Clay on that one.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Victor_95
Occasional Advisor

Re: Where can I get bash for HP-UX 11i v1(PA-RISC)

I am seeking bash depot for HP-UX 11.11, not for HP-UX 11.00
Pete Randall
Outstanding Contributor

Re: Where can I get bash for HP-UX 11i v1(PA-RISC)

Victor,

The depot I pointed you to should work fine on 11i, even though it says it's for 11.0. You will probably have to change the swinstall flags to allow incompatible software to be installed, but it should work fine.


Pete

Pete
Sanjay_6
Honored Contributor

Re: Where can I get bash for HP-UX 11i v1(PA-RISC)

Or you can compile the source code provided in the link that Pete has posted.

Hope this helps.

Regds
Todd McDaniel_1
Honored Contributor

Re: Where can I get bash for HP-UX 11i v1(PA-RISC)

I have found that many patches are both compatible with 11.0 and 11.i.

Many of the patches our company uses on primarily 11.0 boxes are the same patches I load on my 11.i boxes for company compliance.

Of course OS specific patches would be the exception.

Also, as stated before, it can not be overstated. Don't change root's shell or you will regret it...
Unix, the other white meat.
Ted Buis
Honored Contributor

Re: Where can I get bash for HP-UX 11i v1(PA-RISC)

Did you try hp's LINUX porting kit. It has bash for 11i. It's free.
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9891AA
Mom 6
Todd McDaniel_1
Honored Contributor

Re: Where can I get bash for HP-UX 11i v1(PA-RISC)

Victor...

Here is a link to Bash install for HPUX that runs on 11.11. From the HPUX Porting and Archive Centre

http://hpux.cs.utah.edu/hppd/cgi-bin/search
Unix, the other white meat.
Todd McDaniel_1
Honored Contributor

Re: Where can I get bash for HP-UX 11i v1(PA-RISC)

sorry bad link...

no points here.


I saw that you gave zero points to someone whogave you the link..

11.0 version will run on 11i in fact it is the same version. No difference.
Unix, the other white meat.