Installation problem: failed to initialize lc_messages to ""

From: Stefan Schwarzer <stefan(dot)schwarzer(at)grid(dot)unep(dot)ch>
To: pgsql-general(at)postgresql(dot)org
Subject: Installation problem: failed to initialize lc_messages to ""
Date: 2008-01-09 15:33:25
Message-ID: 0B8B9BF7-AD03-4C42-AD5B-AA0017007598@grid.unep.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi there,

I am trying to install Postgres 8.1.11 on Mac Leopard. Compilation was
ok. Now, the initdb has some problems:

$ /usr/local/pgsql/bin/initdb -D --locale=C /Users/schwarzer/Documents/
data_postgres
...
selecting default max_connections ... 10
selecting default shared_buffers ... 50
creating configuration files ... ok
creating template1 database in /Users/schwarzer/Documents/
data_postgres/base/1 ... FATAL: XX000: failed to initialize
lc_messages to ""
LOCATION: InitializeGUCOptions, guc.c:2666
child process exited with exit code 1
initdb: removing contents of data directory "/Users/schwarzer/
Documents/data_postgres"

What is it? What do I have to do? Can anyone give me a hint please?!

Thanks a lot,

Stef

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ashish Karalkar 2008-01-09 15:51:14 Re: Insert waiting for update?
Previous Message Alvaro Herrera 2008-01-09 15:27:50 Re: quick question abt pg_dump and restore