Problems with Multibyte in 7.1 beta?

Rainer Mager <rmager@vgkk.com>

From: "Rainer Mager" <rmager@vgkk.com>
To: <pgsql-bugs@postgresql.org>, <pgsql-hackers@postgresql.org>
Date: 2001-03-26T00:30:34Z
Lists: pgsql-bugs, pgsql-hackers
I'm trying to run the latest CVS code's regression tests and have a problem.
They fail at initdb with this:


Running with noclean mode on. Mistakes will not be cleaned up.
/opt/home/rmager/devel/External/pgsql/src/test/regress/./tmp_check/install//
usr/local/pgsql/bin/pg_encoding: erro
r while loading shared libraries:
/opt/home/rmager/devel/External/pgsql/src/test/regress/./tmp_check/install//
usr
/local/pgsql/bin/pg_encoding: undefined symbol: pg_char_to_encoding
initdb: pg_encoding failed

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




I ran configure with this:

./configure --enable-multibyte --enable-syslog --with-java




Any ideas?

--Rainer