Re: initdb: pg_encoding failed

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: "[Bad-Knees]" <a(dot)olsen(at)post(dot)olivant(dot)fo>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: initdb: pg_encoding failed
Date: 2001-02-20 10:17:38
Message-ID: 200102201017.f1KAHdw30282@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"[Bad-Knees]" wrote:
>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.
...
>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

Since you are trying to build your own PostgreSQL, rather than installing
Debian packages, please make sure that all Debian PostgreSQL-related
packages are removed. It seems possible that you may be loading the
libpq.so.2 library if you have libpgsql2 or libpgsql2.1 installed and this
may be causing problems.

initdb is a script, so you can add "set -x" at the top of it to trace what
it is doing. Then you can examine the failing command in more detail.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"For the Lord himself shall descend from heaven with a
shout, with the voice of the archangel, and with the
trump of God; and the dead in Christ shall rise first;
Then we which are alive and remain shall be caught up
together with them in the clouds, to meet the Lord in
the air; and so shall we ever be with the Lord."
I Thessalonians 4:16,17

Browse pgsql-general by date

  From Date Subject
Next Message Peep Krusberg 2001-02-20 10:49:40 win2000: problems starting postmaster
Previous Message martin.chantler 2001-02-20 09:47:04 Re: FW: Dbf to Pg converter