Operating System - HP-UX
1748179 Members
4035 Online
108758 Solutions
New Discussion юеВ

Re: BASH Shell Installation

 
SOLVED
Go to solution
Sarwan
Frequent Advisor

BASH Shell Installation

Hi Experts,

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
23 REPLIES 23
Robert-Jan Goossens
Honored Contributor

Re: BASH Shell Installation

Hi Sarwan,

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
Sarwan
Frequent Advisor

Re: BASH Shell Installation

Hi Robert,

i tried installating runtime dependicies as you have mentioned but still it is failling.
I get the same error
Robert-Jan Goossens
Honored Contributor

Re: BASH Shell Installation

Hi,

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
Sarwan
Frequent Advisor

Re: BASH Shell Installation

I don't see anything as libintl.sl
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*
saber_lahlib
Occasional Advisor

Re: BASH Shell Installation

Hello,

You can use find for seach this lib:

#find / -name libintl.sl

ah check the permission for /usr/local/lib
Robert-Jan Goossens
Honored Contributor

Re: BASH Shell Installation

Hi again,

/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?
Sarwan
Frequent Advisor

Re: BASH Shell Installation

Yes i installed that
Steven E. Protter
Exalted Contributor

Re: BASH Shell Installation

Shalom,

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
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
Torsten.
Acclaimed Contributor

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!