Operating System - HP-UX
1833030 Members
2859 Online
110049 Solutions
New Discussion

Re: error message after installing bash depot

 
SOLVED
Go to solution
Erwin Vodegel
Occasional Contributor

error message after installing bash depot

Co admins,

I install the bash depot and that gives no error messages. When I try to start bash, by typing in /usr/local/bin/bash (there it is installed) I get an error message:

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

It creates a core dump and I can't use bash. I uses HP-UX 11.11

Thankx in advance,
Erwin


4 REPLIES 4
Denver Osborn
Honored Contributor
Solution

Re: error message after installing bash depot

You'll need to install the libiconv depot from the porting and archive center. The bash depot from there has this as a dependency.

http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.8/


gettext is also a dependency for bash.

http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.11.5/

So you should have installed a total of 3 depots, bash + libiconv and gettext.

Hope this helps,
-denver
Erwin Vodegel
Occasional Contributor

Re: error message after installing bash depot

Thankx Denver,

It works. You get 10 points.
Asif Sharif
Honored Contributor

Re: error message after installing bash depot

Hi Denver,
I am getting an error while running the command.
# /usr/local/bin/bash
/usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code) from /usr/local/bin/bash
Abort(coredump)
#

I am not getting source from these sites also.

http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.8/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.11.5/

Getting an error.
"Not Found
The requested URL /hppd/hpux/Gnu/gettext-0.11.5/ was not found on this server."

Can you please tell me any other source for downloading these.


Thanks and Regards,

Asif Sharif
Regards,
Asif Sharif
Arunvijai_4
Honored Contributor

Re: error message after installing bash depot