"Mario Caspari" <mariocaspari@salo-ag.de> writes:
> It compiled and installed well -I thought. But I can't start the postmaster
> service with the error message:
> Failed to initialize lc_messages to ��
> 'Fatal invalid value for option LC_MESSAGES'
You apparently have something weird in your locale environment. I'd
suggest editing postgresql.conf to set the LC_xxx variables (look at
the bottom) to 'C', or at least something supported on your platform.
regards, tom lane