LinHES Forums http://forums.linhes.org/ |
|
Installing locales http://forums.linhes.org/viewtopic.php?f=14&t=14971 |
Page 1 of 1 |
Author: | lab [ Tue Apr 17, 2007 11:28 pm ] |
Post subject: | Installing locales |
Hello, I tried to install locales with apt-get, but all I got was an error message that glibc-2.5-1 was needed but not installable. I tried update and upgrade but I didnt help. Does the missing glibc-2.5-1 mean any other problems? So how can I install locales and resolve these problems? Thanks for any help, Kai |
Author: | babblefish [ Wed Apr 18, 2007 9:49 am ] |
Post subject: | Installing locales |
Once you have fetched the locales package Code: apt-get update apt-get install locales You then need to run localedef to generate the libc library. So for me, in the UK, the following does this. Code: localedef -i en_GB -f ISO-8859-1 en_GB
I found the information to do this in /usr/share/doc/locales/README with the relevant code page defined in the /usr/share/i18n/locales/en_GB file. I have only tested this with R5E50. Babblefish |
Author: | babblefish [ Wed Apr 18, 2007 9:53 am ] |
Post subject: | Installing locales |
Ah, I have just re-read your question - I guess my reply didn't answer your question. It might be of use to others though. Babblefish |
Author: | lab [ Thu Apr 19, 2007 2:07 pm ] |
Post subject: | [resolved] Installing locales |
Today I did a new apt update - and now the locales installed without problems... |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |