Re: 7.3RC2 install woes

From: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
To: PostgreSQL-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: 7.3RC2 install woes
Date: 2002-11-27 06:31:29
Message-ID: 3DE466C1.2010003@mega-bucks.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:

> Not Postgres: your platform isn't happy with that setting of
> LC_MESSAGES. (This is not the first report we've seen of platforms
> that reject a locale code for LC_MESSAGES that they support for other
> LC_ settings :-()

I figured as much. I have never been able to set up a RH Linux machine
that never had locale problem with perl -v ...

I did solve the problem my manually doing:

export LC_MESSAGES='C'
export LC_MONETARY='C'
export LC_NUMERIC='C'
export LC_TIME='C'

Don't know if it's the recommended way or not but it worked as far as
getting initdb to work and starting up the DB.

I'm hoping that this won't have any adverse affect on my DB. The only
thing that really needs to be in japanese is the text so I'm assuming
everything should be fine ...

Jc

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Christian Imbeault 2002-11-27 06:35:19 Mailing list question
Previous Message Nikola Milutinovic 2002-11-27 06:26:30 psql and Latin-2 characters