postgres 7.2 make check problem

From: "Michael" <michael(at)insulin-pumpers(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: postgres 7.2 make check problem
Date: 2002-03-10 03:33:05
Message-ID: 200203100332.g2A3WuYF031470@ns2.is.bizsystems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am upgrading from 7.1 -> 7.2

./configure --enable-multibyte=UNICODE
make
make check
============== creating temporary installation ==============
============== initializing database system ==============

pg_regress: initdb failed
Examine ./log/initdb.log for the reason.

make[2]: *** [check] Error 2
make[2]: Leaving directory `/usr/src/postgresql-7.2/src/test/regress'
make[1]: *** [check] Error 2 make[1]: Leaving directory
`/usr/src/postgresql-7.2/src/test' make: *** [check] Error 2

contents of log

Running with noclean mode on. Mistakes will not be cleaned up.
/usr/src/postgresql-7.2/src/test/regress/./tmp_check/install//usr/loca
l/pgsql/bi n/pg_encoding: error while loading shared libraries:
/usr/src/postgresql-7.2/src
/test/regress/./tmp_check/install//usr/local/pgsql/bin/pg_encoding:
undefined sy mbol: pg_char_to_encoding initdb: pg_encoding failed

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

Ok, so what's wrong? I haven't a clue. It appears to me that this
should go smoothly. What more information would be helpful to
diagnose the problem?

make --version
GNU Make version 3.79.1

gcc --version
2.95.3

uname -a
Linux 2.4.17.4 #3 SMP Tue Mar 5 15:27:54 PST 2002 i686 unknown

Michael
Michael(at)Insulin-Pumpers(dot)org

Michael(at)Insulin-Pumpers(dot)org

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Phil Geer 2002-03-10 05:31:25 ERROR: aclcheck: first entry in ACL is Not 'world' entry
Previous Message Mark kirkwood 2002-03-10 02:24:10 Re: Fsync on/off For Various Filesystems/Platforms