1754256 Members
3438 Online
108812 Solutions
New Discussion юеВ

Bash for hpux 11i

 
aliasgar
Valued Contributor

Bash for hpux 11i


Hello,

From where can i download Bash for hpux 11.11 v1.


Regards,
Aliasgar.


aliasgar
7 REPLIES 7
Devender Khatana
Honored Contributor

Re: Bash for hpux 11i

Hi,

You can download it from

http://hpux.cs.utah.edu/hppd/hpux/Shells/bash-3.00.14/

HTH,
Devender
Impossible itself mentions "I m possible"
Patrick Wallek
Honored Contributor

Re: Bash for hpux 11i

Whatever you do, DO NOT replace root's default shell of /sbin/sh in /etc/passwd! If you do you WILL break the machine and have problems booting.

Give the POSIX shell (/sbin/sh) a try before resorting to bash.
Wodisch
Honored Contributor

Re: Bash for hpux 11i

Hi Aliasgar,

and be careful as that "bash" is a 32-bit program and does NOT care about "largefiles".
Even if you have "largefiles" enabled on a filesystem, this "bash" will ignore it!

Actually I have not found a true 64bit "bash", so you might have to compile it yourself!

FWIW,
Wodisch
aliasgar
Valued Contributor

Re: Bash for hpux 11i



Hi ,

Thanks everybody for the replies,what will be the procedure, just download the depot file and install or after installing i have to configure.one more thing in the installation notes it was mentioned to download libconv and gettext .what is that is it required for running bash.


Regards,
Aliasgar.
aliasgar
Steven E. Protter
Exalted Contributor

Re: Bash for hpux 11i

Be sure to download and install the pre-requisities or the bash shell might not install or work.

This shell will let you run linux shell scripts unmodified on hp-ux.

It will not change the fact that HP-UX is a very different Unix than Linux and certain command just work differently.

Take a look at how something as simple as ping works and what options are available on the two platforms. This will still present an obstacle to certain scripts that use command line options.

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
Suraj Singh_1
Trusted Contributor

Re: Bash for hpux 11i

Hi,

After downloading the depot, you need to run the following command:

# cd /path_to_depot
# swinstall -s `pwd`/depot_name

If system meets all the pre-requisites, your install will give a successful message.

Regards
What we cannot speak about we must pass over in silence.
aliasgar
Valued Contributor

Re: Bash for hpux 11i



Hi,

I found the link and downloaded the software.
aliasgar