[csw-users] libintl library

Mark McCoy realmcking at gmail.com
Fri Jul 14 21:46:09 CEST 2006


On 7/14/06, Asif Iqbal <vadud3 at gmail.com> wrote:
> I installed mutt using pkg-get but it cant find the libintl.so.3 library.
> But when I grep for libintl.so.3 in /var/sadm/install/contents dir I see it
> is already installed under CSWggettext.
>
> grep libintl.so.3 /var/sadm/install/contents
>
> /opt/csw/lib/libintl.so=libintl.so.3.4.0 s none CSWggettext
> /opt/csw/lib/libintl.so.3=libintl.so.3.4.0 s none CSWggettext
> /opt/csw/lib/libintl.so.3.4.0 f none 0755 root bin 73092 61177 1098400320
> CSWggettext
>
> grep -w /opt/csw/bin/mutt /var/sadm/install/contents
> /opt/csw/bin/mutt f none 0755 root bin 802928 19475 1107335964 CSWmutt
>
> /opt/csw/bin/mutt
> ld.so.1: mutt: fatal: libintl.so.3: open failed: No such file or directory
>
> I do not want to use LD_LIBRARY_PATH since that would be BAD practice.
> Should I go ahead and recompile `mutt' or there is another option?
>
> Thanks
>
> --
> Asif Iqbal
> PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
>
>
>
> _______________________________________________
> users mailing list
> users at lists.blastwave.org
> https://lists.blastwave.org/mailman/listinfo/users
>
>


You can add /opt/csw/lib to your runtime library path using "crle"
(man crle).  be careful to insert the directory into the list, not
replace the list, or you will lose things like /usr/lib (which is
bad).  Read the man page carefully.

Of course, I don't really see where LD_LIBRARY_PATH is bad, but YMMW
-- 
Mark McCoy -- Professional Unix geek

Here in America we are descended in blood and in spirit from
revolutionists and rebels - men and women who dared to dissent from
accepted doctrine. As their heirs, may we never confuse honest dissent
with disloyal subversion. -- Dwight D. Eisenhower



More information about the users mailing list