Re: 7.2b2 "make check" failure on Red Hat Linux 7.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=)
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.2b2 "make check" failure on Red Hat Linux 7.2
Date: 2001-11-16 19:26:27
Message-ID: 9284.1005938787@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=) writes:
> /home/devel/teg/postgresql-7.2b2/src/test/regress/./tmp_check/install//usr/bin/pg_encoding: relocation error: /home/devel/teg/postgresql-7.2b2/src/test/regress/./tmp_check/install//usr/bin/pg_encoding: undefined symbol: pg_valid_server_encoding
> initdb: pg_encoding failed

pg_encoding relies on libpq to supply the pg_valid_server_encoding()
subroutine, but that subroutine is only compiled into libpq in a
MULTIBYTE build. I speculate that your executable was picking up
a non-MULTIBYTE libpq shared library from someplace. Check ldconfig
and all that stuff...

FWIW, both multibyte and non-multibyte builds are working OK for me
in current sources.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message matthew 2001-11-16 19:52:06 Re: Super Optimizing Postgres
Previous Message Marc G. Fournier 2001-11-16 19:26:20 Re: [HACKERS] [PG MAIL LISTS] SEND OUT ALL????