Search Postgresql Archives

Re: Installation trouble

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux