1832780 Members
3027 Online
110045 Solutions
New Discussion

Error running bash.

 
SOLVED
Go to solution
GnanaShekar
Regular Advisor

Error running bash.

Hi,

I just downloaded and installed bash 3.00.16 on a hp rx4640 (itanium 2) server.

I am getting the following error while running bash. Please suggest.

# ./bash -version
/usr/lib/hpux32/dld.so: Unsatisfied code symbol '__udivsi3' in load module './bash'.
Killed

# uname -a
HP-UX bgpcia2 B.11.23 U ia64 0946427944 unlimited-user license

Thanks & Regards.
3 REPLIES 3
Arunvijai_4
Honored Contributor
Solution

Re: Error running bash.

Hi,

Have you installed the run time dependancies as well ?

http://hpux.cs.utah.edu/hppd/hpux/Shells/bash-3.1.16/

Run-time dependencies: gettext libgcc libiconv

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
Mustafa Gulercan
Respected Contributor

Re: Error running bash.

hi;
you should install gettext and libiconv depots.
here is the links;
for gettext:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.14.5/

for libiconv;
http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.10/


regards;
mustafa
GnanaShekar
Regular Advisor

Re: Error running bash.

Thanks a lot.

I have installed the runtime dependencies and now its working fine.