Displaying 1 result from an estimated 1 matches for "tkcluster".
2008 Jan 02
1
gettext does not work after glibc update
...(glibc-2.3.4-2.39) it
works again.
See the Attachment for details.
Any hints would be appreciated!
Thank you,
Christoph
-------------- next part --------------
# rpm -qa | grep glibc
glibc-common-2.3.4-2.39
glibc-2.3.4-2.39
glibc-2.3.4-2.39
# cat gettext.sh
#!/bin/bash
export TEXTDOMAINDIR=/tkcluster/locale/
export TEXTDOMAIN="messages"
export LANG="de_DE"
echo `gettext "ACTIVE"`
# sh gettext.sh
ACTIVE
[root at sr2500test-node1 glibc]# rpm -Uhv --nodeps --force
glibc-2.3.4-2.36.x86_64.rpm
Preparing... ###########################################
[10...