ossim locale

Quick note when installing OSSIM (2.1)

The error:

locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory

It be comes a bit annoying since it is a default install... so here is the simple solution:

localedef -v -c -i en_GB -f UTF-8 en_GB.UTF-8

generates the locale manually and shuts it up :)

Popular Posts