Help me please!! -newbie-

Started by [Bad-Knees]about 25 years ago3 messagesgeneral
Jump to latest
#1[Bad-Knees]
a.olsen@nordcon.fo

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.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: [Bad-Knees] (#1)
Re: Help me please!! -newbie-

"[Bad-Knees]" <a.olsen@nordcon.fo> writes:

Anyone got a solution for this error:
initdb: pg_encoding failed

Is your PATH pointing at the right set of Postgres executables?
I think that would happen if initdb finds a 'postgres' in PATH
that doesn't have pg_encoding along with it, which would happen
if that version weren't compiled with multibyte support...

regards, tom lane

#3<No Name>
bobmarley4u2c@yahoo.com
In reply to: [Bad-Knees] (#1)
Re: Help me please!! -newbie-

Make sure you are logged onto the 'postgre' user account!

[Bad-Knees] wrote in message <3a6bfffe@news.olivant.fo>...

Show quoted text

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.