Re: Installation trouble

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Installation trouble
Date: 2005-10-31 18:43:40
Message-ID: 200510311043.41125.scrawford@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday 31 October 2005 08:00, Steve Crawford wrote:
>>... believe symlinking the executables will work fine though (ie, we
> > look through the symlink before doing the relative-path
> > calculation).
>
> Yes, the symlinking did appear to work fine. Thanks for the
> confirmation that it is an acceptable option.

Symlinks work fine as long as I run the generic
"initdb /var/lib/pgsql/data" but if I try to ensure the C locale I
keep running up against:
FATAL: XX000: failed to initialize lc_messages to ""

This happens with:

initdb --no-locale /var/lib/pgsql/data
and
export LC_ALL="C" ; initdb /var/lib/pgsql/data
and
initdb --locale=C /var/lib/pgsql/data
and
initdb --locale=C --lc-messages=en_US /var/lib/pgsql/data

Other ideas?

Cheers,
Steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-10-31 18:46:08 Re: Please HELP - URGENT - transaction wraparound error
Previous Message A. Kretschmer 2005-10-31 18:42:30 Re: replace() and Regular Expressions