Operating System - HP-UX
1834425 Members
1973 Online
110067 Solutions
New Discussion

Re: HPUX 11.23 (itanium) gcc missing library libintl.so

 
SOLVED
Go to solution
Craig A. Sharp
Super Advisor

HPUX 11.23 (itanium) gcc missing library libintl.so

I am getting the following error after installing the depot for GCC 4.2.2 from the porting archives on my Itanium 11.23 system.

/usr/lib/hpux32/dld.so: Unable to find library 'libintl.so'

This happens when I try to run gcc. I have confirmed that I am installing the proper version for 11.23 on Itanium.

Any ideas?

Thanks,

Craig
6 REPLIES 6
Jeeshan
Honored Contributor
Solution

Re: HPUX 11.23 (itanium) gcc missing library libintl.so

do you have gettext software installed?
a warrior never quits
Geoff Wild
Honored Contributor

Re: HPUX 11.23 (itanium) gcc missing library libintl.so

Did you install libgcc as well?

http://hpux.connect.org.uk/hppd/hpux/Gnu/libgcc-4.2.3/

Rgds...Geoff

 

[Moderator edit: Updated the broken link.]

Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Robert-Jan Goossens
Honored Contributor

Re: HPUX 11.23 (itanium) gcc missing library libintl.so

Hi Craig,

http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.2/

Did you install all runtime dependencies?

gettext, libiconv and zlib

Regards,
Robert-Jan
Craig A. Sharp
Super Advisor

Re: HPUX 11.23 (itanium) gcc missing library libintl.so

Yes, not the latest version but close.

gettext 0.14.5
Craig A. Sharp
Super Advisor

Re: HPUX 11.23 (itanium) gcc missing library libintl.so

Yes I have libgcc and all dependencies are met.
Craig A. Sharp
Super Advisor

Re: HPUX 11.23 (itanium) gcc missing library libintl.so

I got it. I updated to the latest libiconv and latest gettext and all is well. Thanks to everyone and I will assign points.