initdb trouble... - Mailing list pgsql-general

From postgres@anova.inha.ac.kr
Subject initdb trouble...
Date
Msg-id 200010231045.TAA06335@anova.inha.ac.kr
Whole thread Raw
List pgsql-general
Hi,
I try to build postgresql7.0.2 on solaris2.7.
Here is what I did...
------
./configure --enable-locale --enable-multibyte
make
make install
----------
So far it went ok, but when I try to do
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
It gave me the following error...
-------------------
initdb: pg_encoding failed

Perhaps you did nit configure PostgreSQL for multibyte support or
the program was not succesfully installed.
---------------------

I did install the same version on the another workstation succesfully though.

Jinsoo

pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: plpgsql, insert with wariables in function triggered
Next
From: Jan Wieck
Date:
Subject: Re: Stumped on PlPgSql