perl: warning: Setting locale failed.
807573Oct 23 2002 — edited Oct 23 2002I installed the Directory Server 5.1 on AIX UNIX v4.3.3. In installation, the system showed the warning messages like these.
=============================
Extracting Netscape core components...
Extracting Server Core Components...
Extracting Core Java classes...
Extracting Java Runtime Environment...
Extracting iPlanet Directory Server...
Extracting iPlanet Directory Server Console...
Extracting iPlanet Administration Server...
Extracting Administration Server Console...
Extracting nsPerl 5.005_03...
Extracting PerLDAP 1.4.1...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LC__FASTMSG = "true",
LC_MESSAGES = "",
LANG = "en_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LC__FASTMSG = "true",
LC_MESSAGES = "",
LANG = "en_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LC__FASTMSG = "true",
LC_MESSAGES = "",
LANG = "en_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
[slapd-K15SSO1]: starting up server ...
[slapd-K15SSO1]: [23/Oct/2002:13:20:12 +0900] - iPlanet-Directory/5.1 B2001.326.2053 starting up
[slapd-K15SSO1]: [23/Oct/2002:13:20:15 +0900] - slapd started. Listening on all interfaces port 389 for LDAP requests
Your new directory server has been started.
Created new Directory Server
Start Slapd Starting Slapd server configuration.
Success Slapd Added Directory Server information to Configuration Server.
Configuring Administration Server...
Your parameters are now entered into the Administration Server
database, and the Administration Server will be started.
Changing ownership to admin user root...
Setting up Administration Server Instance...
Configuring Administration Tasks in Directory Server...
Configuring Global Parameters in Directory Server...
iPlanet-WebServer-Enterprise/6.0SP1 B11/09/2001 15:18
warning: daemon is running as super-user
[LS ls1] http://K15SSO1.ksfc.co.kr, port 4000 ready to accept requests
startup: server started successfully
Press Return to continue...
=============================
In spite of those warnings, the Directory Server is running normally. (stopping and starting server are succeeded)
I want to know why these warnings are occurred and how to resolve those warnings.
Thank you..