Operating System - HP-UX
1745865 Members
4303 Online
108723 Solutions
New Discussion

Re: Please anyone give the steps to install bash in HP-UX

 
Karthik_Bang
Occasional Contributor

Please anyone give the steps to install bash in HP-UX

HI all,

 

          I have downloaded bash package and other dependency packages from hp site. Installed on the HP-UX version 11.23 and it does n't work. Getting library errors. Please suggest the steps to install the bash in HP-UX.

 

Regards,

 

Karthik R.

4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: Please anyone give the steps to install bash in HP-UX

What are the library errors you get?

Did you install the files in the same location under /usr/local/?

Karthik_Bang
Occasional Contributor

Re: Please anyone give the steps to install bash in HP-UX

Hi,

 

    Please find below the error and under /usr/local ls -l output.

 

# ./bash
/usr/lib/hpux32/dld.so: Unable to find library 'libintl.so'.
Killed
#

 

i# ls -l
total 32
dr-xr-xr-x   2 bin        bin           8192 Jul  4 16:07 bin
drwxr-xr-x   7 root       sys           8192 Jul  4 16:07 doc
dr-xr-xr-x   2 bin        bin             96 Oct 27  2009 etc
dr-xr-xr-x   2 bin        bin             96 Oct 27  2009 games
dr-xr-xr-x   3 bin        bin             96 Oct 27  2009 hplx
drwxr-xr-x   3 root       sys             96 Jul  4 16:02 include
dr-xr-xr-x   3 bin        bin             96 Jul  4 16:13 lib
drwxr-xr-x   3 root       sys             96 Jul  4 16:05 libexec
dr-xr-xr-x   2 bin        bin             96 Oct 27  2009 man
drwxr-xr-x   7 root       sys             96 Jul  4 16:07 share
#

Is there dependancy and pre-requiste package needs to be installed before the install bash depot package?


for HP-Unix 11.23

Dennis Handly
Acclaimed Contributor

Re: Please anyone give the steps to install bash in HP-UX

>dld.so: Unable to find library 'libintl.so'.

 

Have you installed this too?

 

>Is there dependency and pre-requiste package needs to be installed before the install bash depot package?

 

I don't know if there is any dependency checking on swinstall but you need them to run.

 

James R. Ferguson
Acclaimed Contributor

Re: Please anyone give the steps to install bash in HP-UX

Hi:

 

Consider downloading Bash from the HP-UX Porting Centre:

 

http://hpux.connect.org.uk/hppd/hpux/Shells/bash-4.2/

 

Since there are runtime dependencies, I suggest that you avail yourself of the 'depothelper' the center offers, too:

 

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/depothelper-2.00/

 

Regards!

 

...JRF...