1843963 Members
2087 Online
110226 Solutions
New Discussion

bash error

 
SOLVED
Go to solution
logaraman
Regular Advisor

bash error

We have downloade bash and we have installed sucessfully,

But while running bash form the prompt its gives the belwo error

/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)

Any suggestions
6 REPLIES 6

Re: bash error

Where did you get bash from?

If from the hpux porting & archice centre, did you notice the runtime dependencies for bash?

gettext libiconv and termcap

You need to download and install those too.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Vladimir Fabecic
Honored Contributor

Re: bash error

Pete Randall
Outstanding Contributor

Re: bash error

First: why do you need bash when the posix shell has all the features you're after?

Second: if you insist on using bash, never, ever use it for root's shell or you risk ending up with an un-bootable system.

Third: did you install all the dependencies for bash?


Pete

Pete
Solution

Re: bash error

Alternatively, if you are on 11iv2 (11.23) you could install bash from the hpux Internet Express free product here:

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123

This version will include all required dependencies.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
logaraman
Regular Advisor

Re: bash error

HI All

Thanks for the quick response.

will chk and update
logaraman
Regular Advisor

Re: bash error

as suggested , i have installed the dependencies and it worked fine