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
Popularity: 2% [?]
