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