[CentOS] gettext does not work after glibc update
Christoph Mitasch
cmitasch at thomas-krenn.com
Wed Jan 2 15:58:58 UTC 2008
Hi,
I recently upgraded my system to CentOS 4.6 and noticed that gettext
does not behave as before the update. As soon as I install the old glibc
version (glibc-2.3.4-2.36) instead of the new one (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... ###########################################
[100%]
1:glibc ###########################################
[100%]
Stopping sshd:[ OK ]
Starting sshd:[ OK ]
# sh gettext.sh
AKTIV
More information about the CentOS
mailing list