[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gettext tools issue
From: |
Dave |
Subject: |
Re: gettext tools issue |
Date: |
Sun, 16 Nov 2008 10:04:40 -0800 |
Thanks, I did need to manually run ldconfig
On Sun, 2008-11-16 at 18:06 +0100, Daniele Forsi wrote:
> 2008/11/15 Dave wrote:
>
> > /usr/local/bin/xgettext: error while loading shared libraries:
> > libgettextsrc-0.17.so: cannot open shared object file: No such file or
> > directory
> > /usr/local/bin/msgmerge: error while loading shared libraries:
> > libgettextsrc-0.17.so: cannot open shared object file: No such file or
> > directory
> > /usr/local/bin/msgfmt: error while loading shared libraries:
> > libgettextsrc-0.17.so: cannot open shared object file: No such file or
> > directory
>
> check if gettext package are properly installed and if you need to
> manually run ldconfig (as root) or if you need to configure it to
> search also in /usr/local/lib where your libgettextsrc-0.17.so seems
> to be located
>
> it the package is properly installed the following commands should
> work in a terminal
> xgettext --version
> msgmerge --version
> msgfmt --version
>