- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: BASH Shell Installation
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
10-01-2009 07:16 AM
10-01-2009 07:16 AM
I am having some issues in installing bash shell.
I have a HP-UX box with version 11.23 PARISC.
I have downloaded bash shell depot from site http://hpux.connect.org.uk/hppd/hpux/Shells/bash-4.0.033/
Installation goes fine and once i finish this installation and type bash it throughs an error
*****************************************************************************************************
root#bash
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libintl.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
root#swlist -l bundle|grep -i shell
BashBundle B.11.23.20.02 Bourne-Again SHell
T1471AA A.04.40.007 HP-UX Secure Shell
*****************************************************************************************************
then I tried installing depot for lib from link http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.13.1/
even after doing that issue is the same.
I have also reffered to previous forum but most of the link in that are not working.
please find me a solution for this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2009 07:20 AM
10-01-2009 07:20 AM
Re: BASH Shell Installation
You will also need to install the Run-time dependencies gettext, libiconv and termcap.
http://hpux.connect.org.uk/hppd/hpux/Shells/bash-4.0.033/
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2009 07:42 AM
10-01-2009 07:42 AM
Re: BASH Shell Installation
i tried installating runtime dependicies as you have mentioned but still it is failling.
I get the same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2009 07:52 AM
10-01-2009 07:52 AM
Re: BASH Shell Installation
And the libintl.sl library is in /usr/local/lib/ ?
# ll /usr/local/lib/libintl.sl
Anything strange in the permissions of the /usr/local and /usr/local/lib directories?
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2009 07:57 AM
10-01-2009 07:57 AM
Re: BASH Shell Installation
that under /usr/local/lib
root#pwd
/usr/local/lib
root#ls
charset.alias libXpm.sl* libcharset.sl* libexpat.sl@ libiconv.a libtermcap.a
core libcharset.a libexpat.a libexpat.sl.1@ libiconv.la libtermcap.sl*
dq/ libcharset.la libexpat.la* libexpat.sl.1.0* libiconv.sl*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2009 08:02 AM
10-01-2009 08:02 AM
Re: BASH Shell Installation
You can use find for seach this lib:
#find / -name libintl.sl
ah check the permission for /usr/local/lib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2009 08:11 AM
10-01-2009 08:11 AM
Re: BASH Shell Installation
/usr/local/lib/libintl.sl is part of gettext
http://hpux.connect.org.uk/ftp/hpux/Gnu/gettext-0.17/gettext-0.17-ia64-11.23.depot.gz
And you did install gettext?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2009 08:18 AM
10-01-2009 08:18 AM
Re: BASH Shell Installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2009 08:50 AM
10-01-2009 08:50 AM
Re: BASH Shell Installation
The site offering the shell lists two things:
build time dependencies
run time dependencies.
All need to be satisfied.
Further, the dependencies have dependencies.
These too must be satisfied.
Best bet is to download them all and make a single software depot with swcopy.
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
10-01-2009 11:33 AM
10-01-2009 11:33 AM
Re: BASH Shell Installation
... all this work just for making the arrow keys working ... :-/
Each product page is listing *all* the dependencies, so just get them and install them all:
gettext libiconv termcap
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2009 03:02 AM
10-02-2009 03:02 AM
Re: BASH Shell Installation
These are the versions of dependencies required for bash in 11.23.Pls install the following and see...
bash 4.0.024 bash
gettext 0.17 gettext
libiconv 1.13.1 libiconv
termcap 1.3.1 termcap
Cheers,
Ranoop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2009 05:43 AM
10-02-2009 05:43 AM
Re: BASH Shell Installation
if the reason you want bash is the arrow keys working then instead of installing you can use the arrow keys in ksh this way:
1.) define these aliases:
$ cat -v .kshrc
alias __A='^P'
alias __B='^N'
alias __C='^F'
alias __D='^B'
alias __H='^A'
alias __P='^D'
2.) be sure you're in emacs mode, not in vi mode
(ok, i hate emacs mode, it just far more slower than vi mode, but if you want it...)
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2009 10:17 PM
10-04-2009 10:17 PM
Re: BASH Shell Installation
For eg i have
root#cd /tmp/SHELL
root#ls -l
File1.depot
File2.depot
File3.depot
file4.depot
I want to convert all these depots into a single depot as FILE.depot under /tmp/SHELL/ so that i can use swinstall to install all at a time.
Please provide me the exact command to do that
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 01:38 AM
10-05-2009 01:38 AM
Re: BASH Shell Installation
>I want to convert all these depots into a >single depot as FILE.depot under /tmp/SHELL/
>Please provide me the exact command to do that
you can use swcopy for this task:
root# cd /tmp/SHELL
root# swcopy -x enforce_dependencies=false -s /tmp/SHELL/*.depot @ /path/to/depot
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 02:11 AM
10-05-2009 02:11 AM
Re: BASH Shell Installation
When i try doing that it says
ERROR: Could not apply the software selection
"/tmp/SHELL/libiconv-1.13.1-hppa-11.23.depot"; it is
not available from depot or root
* Software selection failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 06:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2009 03:58 AM
10-29-2009 03:58 AM
Re: BASH Shell Installation
Thanks for your input. It worked fine. I gave a location directory. I tried to do swinstall and it was fine as well.
Is there any way that i can convert the directory into .depot format, so that it is not a directory instead it is .depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2009 02:47 AM
10-30-2009 02:47 AM
Re: BASH Shell Installation
swcopy creates directory depots. If you want a tape depot, you need to use swpackage:
swpackage -s /path/to/dir-depot -x media_type=tape @ tape.depot
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1381649
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 02:17 AM
03-16-2010 02:17 AM
Re: BASH Shell Installation
I've installed:
- bash-4.0.033-ia64-11.23.depot
- gettext-0.17-ia64-11.23.depot
- libiconv-1.13.1-ia64-11.23.depot
- termcap-1.3.1-ia64-11.23.depot
But the result is:
# bash
sh: bash: not found.
Who knows how to solve this problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 02:43 AM
03-16-2010 02:43 AM
Re: BASH Shell Installation
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 05:12 AM
03-16-2010 05:12 AM
Re: BASH Shell Installation
firstly:
http://forums13.itrc.hp.com/service/forums/helptips.do?#7
and a hint regarding your question:
bash isn't in your PATH ;)
try "whereis bash" and run it with full path (or redefine you PATH variable)
...and next time please open a new thread to your question.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 06:50 PM
03-16-2010 06:50 PM
Re: BASH Shell Installation
# whereis bash
bash: /usr/local/man/man1/bash.1
# bash /usr/local/man/man1/bash.1
sh: bash: not found.
Why should I open a new thread? I think my question is relevant to this thread.
PS: I'm a novice both in this forum and UNIX OS (HP-UX).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 07:06 PM
03-16-2010 07:06 PM
Re: BASH Shell Installation
Good Questions, to be honest with you
Answers :- Because "we not paid for what we are posting suggestion here.we have been awarded by points only,
so based on our generosity to help each other and share knowledge among all people who working has technical professionals.
so if you are hacking into some one thread and posting looks like your are contributing to Authors thread, that doesn't make sense to all of us in general
Open your Own thread. and assign points for people who help suggestion & resolve your problem,doubts. It hurt One, But it encourage allot.
Check below links will explains how to assign points
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
PS: I'm a novice both in this forum and UNIX OS (HP-UX).<<<<<
Congrats, Best of Luck !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 07:17 PM
03-16-2010 07:17 PM
Re: BASH Shell Installation
> question is relevant to this thread.
Why would you think that? The original
complaint in this thread was:
> root#bash
> /usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libintl.sl
> /usr/lib/dld.sl: No such file or directory
> Abort(coredump)
Your complaint was:
> # bash
> sh: bash: not found.
Both mention "bash", but that's about the
only thing they share.
If this thread was so relevant, then it
probably contains your answer. Did you find
it? If not, then you should start your own
thread, where you should describe what you
did, on your system.