No i didn't use localpurge, I have this since I installed the server.
But to be real accurate, I installed the server with only the USE flags that where needed:
Code: Select all
USE="-* apache2 ncurses ssl crypt berkdb tcpd pam xml nls perl python"
nls I added wen I got the first problem on php if i remenber correctly.
Then wen I saw that horde translations didn't worked, I read the doc's on horde to check my locales.
For 2 days now i'm trying to install the locales, i recompiled glibc with +nls
Code: Select all
nilo root # etcat -u glibc
[ Colour Code : set unset ]
[ Legend : (U) Col 1 - Current USE flags ]
[ : (I) Col 2 - Installed With USE flags ]
U I [ Found these USE variables in : sys-libs/glibc-2.3.2-r9 ]
+ + nls : unknown
- - pic : Build position independent code. Needed for (prelink/hardened-gcc)
- - build : !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used for creating build images and the first half of bootstrapping.
- - nptl : If you want the Native POSIX Threading Library built into glibc.
the thing is i notice on the compile the locales being installed, that's what it seams at least:
Code: Select all
* Installing Locale data...
make: Entering directory `/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere'
make -r PARALLELMFLAGS="-j2" CVSOPTS="" -C .. objdir=`pwd` localedata/install-locales
make[1]: Entering directory `/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2'
make -j2 -C localedata install-locales
make[2]: Entering directory `/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/localedata'
.././scripts/mkinstalldirs /var/tmp/portage/glibc-2.3.2-r9/image//usr/lib/locale
mkdir /var/tmp/portage/glibc-2.3.2-r9/image/usr/lib/locale
aa_ER.UTF-8...aa_DJ.ISO-8859-1... done
aa_ER.UTF-8@saaho... done
aa_ET.UTF-8... done
af_ZA.ISO-8859-1... done
am_ET.UTF-8... done
an_ES.ISO-8859-15... done
[snip]
but with no success, should I try with the +build flag
how do i install the locales, or regenarate then
