ld.so.1: make: fatal: libintl.so.3: open failed: No such file or directory

by Najib Hassan on September 14, 2008

It really frusting when we trying to compile source code then got error with libs..argg for newbie like me..it take whole days to find the libs :mad: . For your infomatin im running OS SunOS 5.6 Generic_105181-31 sun4u sparc SUNW, Ultra-Enterprise Editon. Yeah it know it old but i dont care, it need lots of update and i like to update it, from that i can do trial & error and learn from it :D yeah it little bit frusting with old machine and old OS but i enjoy when i solve the problem :bad_smile:

so lets back to main problem.

Problem: “make”

Problem Outpot: ld.so.1: make: fatal: libintl.so.3: open failed: No such file or directory

Problem Know: libintl.so.3 not install or not found on system

Solution: grab this libs : libintl-3.4.0-sol26-sparc-local.gz Libintl is used with gettext and is needed by a few programs when libintl in not in /usr/lib – installs in /usr/local/lib. The 3.4.0 package number indicates that this provides /usr/local/lib/libintl.so.3.4.0 (and also the new /usr/local/lib/libintl.so.8.0.2). Dependencies: libiconv and to have /usr/local/lib/libgcc_s.so.1 and /usr/local/lib/libstdc++.so.6, either the libgcc-3.4.6 or gcc-3.4.6 packages.


Howto install this packages :amazing:

make sure you be in /usr/local/lib directory. How? type “cd /usr/local/lib”  and enter then type “wget ftp://ftp.sunfreeware.com/pub/freeware/sparc/2.6/libintl-3.4.0-sol26-sparc-local.gz” enter again then wait for downloading packages finished. mean while you can get a-cup-of-tea  -hehe   well let continue back!. Next step is gunzip proses, just type gunzip libintl-3.4.0-sol26-sparc-local.gz and if nothing error found. You can see “libintl-3.4.0-sol26-sparc-local” on /usr/local/lib directory. then the final proses is type “pkgadd -d libintl-3.4.0-sol26-sparc-local” and you done! wahlaoee..easy meh if you know the step  -hehe3

Blog Widget by LinkWithin

Popularity: 2% [?]

Leave a Comment

http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_good.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_negative.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_scratch.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_wacko.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_yahoo.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_cool.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_heart.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_rose.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_smile.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_whistle3.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_yes.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_cry.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_mail.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_sad.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_unsure.gif 
http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_wink.gif  http://www.ariyako.org/wp-content/plugins/wp-monalisa/icons/wpml_bye.gif 
 

Previous post:

Next post: