Thanks *paul-* thanks *Greg*

Now I understand that I'd better simply ignore it.
I was surprised to see that getlocale.tcz is really not platform
dependent so I used one from x86 architecture and... the fun begun
It brought the shell script getlocale.sh which silently didn't work so i
had to debug and dig dipper.
Finally I managed to install all the locales I was missing doing the
following:
wget http://distro.ibiblio.org/tinycorelinux/6.x/x86/tcz/getlocale.tcz


Code:
--------------------
    tce-load -i getlocale.tcz  (<- gives getlocale.sh script)
  tce-load -i dialog (<- gives dialog command for getlocale.sh script)
  tce-load -i glibc_apps (<- gives localedef command for getlocale.sh script)
  tce-load -wi glibc_i18n_locale.tcz (<- gives charmap files for localedef 
command)
  tce-load -wi squashfs-tools (<- gives mksquashfs command for getlocale.sh 
script)
  sudo getlocale.sh 
--------------------


with the following output:

Code:
--------------------
    Now processing... |
  
  Locales installed. Creating extension... /
  
  Done. The extension is at /mnt/mmcblk0p2/tce/optional/mylocale.tcz and in 
onboot.lst
  Reboot with lang=xyz (for example lang=en_US.UTF-8) to start using this.
  
  Press enter to quit.
  
--------------------


I am sharing it here just in case someone would like to go for it

But the warning remains! Perl still complaining about wrong locale!
Lesson learnt: not broken? don't fix it!
:-)


------------------------------------------------------------------------
Alex Wood's Profile: http://forums.slimdevices.com/member.php?userid=62973
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to