[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gettext tools issue
From: |
Daniele Forsi |
Subject: |
Re: gettext tools issue |
Date: |
Sun, 16 Nov 2008 18:06:39 +0100 |
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
--
Daniele Forsi