From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Murthy Kambhampaty <murthy(dot)kambhampaty(at)goeci(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: PostgreSQL 7.3 installation on RedHat 8.0 fails |
Date: | 2002-12-14 00:24:43 |
Message-ID: | 9404.1039825483@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-bugs pgsql-hackers |
Murthy Kambhampaty <murthy(dot)kambhampaty(at)goeci(dot)com> writes:
> "/home/postgres/postgresql-7.3/src/test/regress/./tmp_check/install//usr/loc
> al/pgsql/bin/pg_encoding: relocation error:
> /home/postgres/postgresql-7.3/src/test/regress/./tmp_check/install//usr/loca
> l/pgsql/bin/pg_encoding: undefined symbol: pg_char_to_encoding
This usually means that the dynamic linker is picking up a version of
libpq.so that doesn't have MULTIBYTE support, but the program you are
trying to run requires MULTIBYTE. Fix: update your ldconfig settings
so that the thing finds the version of libpq.so you just built, rather
than whatever old version it's finding.
pg_regress tries to get the system to notice the libpq.so that it
installed in the tmp_check/install area, but I believe it's quite a
ways short of making that work correctly everywhere.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2002-12-14 00:39:11 | Re: [SOLVED] RE: PostgreSQL 7.3 installation on RedHat 8.0 |
Previous Message | Murthy Kambhampaty | 2002-12-13 21:48:47 | [SOLVED] RE: PostgreSQL 7.3 installation on RedHat 8.0 fails |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-12-14 18:45:43 | Re: Bug #838: SSL problems in 7.3 |
Previous Message | Hiroshi Inoue | 2002-12-13 21:38:49 | Re: OpenOffice loops calling SQLForeignKeys |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2002-12-14 00:27:29 | Re: Creating a zero-column table |
Previous Message | Laurette Cisneros | 2002-12-14 00:00:45 | Re: Fwd: Re: [PERFORM] Odd Sort/Limit/Max Problem |