1833044 Members
2681 Online
110049 Solutions
New Discussion

shell question

 
SOLVED
Go to solution
navin
Super Advisor

shell question

hello i have installed bash and rsync in my hpux 11.23 . but i can not seem to be rsync and bash is working , what else needed to configured.please help
Learning ...
8 REPLIES 8
Hasan  Atasoy
Honored Contributor

Re: shell question

you need to execute
/usr/local/bin/bash
to change your shel to bash temporarily.
Hasan
navin
Super Advisor

Re: shell question

i get this

# /usr/local/bin/bash
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libiconv.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
Learning ...
Hasan  Atasoy
Honored Contributor

Re: shell question

how did you install bash and from which location.

please download and install bash from

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

Hasan
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: shell question

You haven't installed all the run-time dependencies. Bash requires libiconv, gettext, & termcap.

Similarly, rsync requires gettext, libiconv, & popt.

Whatever you do, do not change root's shell to bash (of course, I would never install that world's greatest shell on any HP-UX box.)
If it ain't broke, I can fix that.
navin
Super Advisor

Re: shell question

clay
where can i download these dependencies
thanks
Learning ...
Patrick Wallek
Honored Contributor

Re: shell question

Have a look at the "Run Time Dependencies" section on this page:

http://hpux.connect.org.uk/hppd/hpux/Shells/bash-3.2/
navin
Super Advisor

Re: shell question

hello even after installing the run time ..depen , i cant seem to be using bash.
but when installed , there was a message that termcap.run is required.what it is
Thanks
Learning ...
A. Clay Stephenson
Acclaimed Contributor

Re: shell question

Did you read the termcap installation instructions?
If it ain't broke, I can fix that.