Re: [7.3-devl] initdb fails on RH 7.3 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [7.3-devl] initdb fails on RH 7.3
Date
Msg-id 3282.1030752953@sss.pgh.pa.us
Whole thread Raw
In response to [7.3-devl] initdb fails on RH 7.3  (Gordon Runkle <gar@integrated-dynamics.com>)
Responses Re: [7.3-devl] initdb fails on RH 7.3
List pgsql-hackers
Gordon Runkle <gar@integrated-dynamics.com> writes:
> Running with noclean mode on. Mistakes will not be cleaned up.
> /home/gar/src/pgsql/src/test/regress/./tmp_check/install//opt/postgresql/bin/pg_encoding: relocation error:
/home/gar/src/pgsql/src/test/regress/./tmp_check/install//opt/postgresql/bin/pg_encoding:undefined symbol:
pg_char_to_encoding
> initdb: pg_encoding failed

I think the dynamic linker is picking up a non-multibyte-enabled version
of libpq.so.  Check your ldconfig setup.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Accessing original TupleDesc from SRF
Next
From: Gordon Runkle
Date:
Subject: Re: [7.3-devl] initdb fails on RH 7.3