[GENERAL] initdb: pg_encoding failed

2001-02-16 Thread [Bad-Knees]

Hi.
I have a problem getting postgresql to work on my Debian 2.2 system, and
i hope someone in this group can help me.

I have successfully compiled, installed and used postgresql 7.02 on a
RedHat6.2 system.

The problem is the same for postgresql 7.02 and 7.03 on two different
computers, both running Debian 2.2, so think its either the distro or
me(most likly me, but i cant figure out what i'm doing wrong)!

What i wrote on all 4 tries:

./configure --enable-locale --enable-multibyte --with-odbc
make
make install

and everything seemed to go smooth.

The next thing i tried was:
/usr/local/pgsql/bin/initdb -D /var/pgsql/data
then i got this error:
---
initdb: pg_encoding failed

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

any suggestions???

Thanks

[Bad-Knees]



[GENERAL] Help me please!! -newbie-

2001-01-24 Thread [Bad-Knees]

Anyone got a solution for this error:

initdb: pg_encoding failed

Perhaps you did not configure PostgreSQL for multibyte support or
the program was not successfully installed.

---
Here's what i wrote:

---
./configure --prefix=/usr/local/postgresql --enable-locale\
--enable-multibyte --with-odbc --with-tcl

make
make install
--

Everything should be ok, so..

HELP!!

..if it aint broke, tweak it.