Previous Topic: Sample Deployment: Install CA Business Intelligence on UNIX Using OracleNext Topic: Disk Space


Locale Installation Check

In order to install BusinessObjects Enterprise on a Linux platform, the en_US.utf8 language locale is required. If it is not installed, this locale package can be found on the operation system installation disk.

To verify that the locales are installed, run:

$ locale -a | grep en_US.utf8

To set locale variables LC_ALL and LANG, run:

$ export LANG=en_US.utf8
$ export LC_ALL=en_US.utf8

To check that that all locale variables are set properly, run:

$ locale

The output should be:

LANG=en_US.utf8
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=en_US.utf8