Re: "make check" failed on 8.4.2 install

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: adam_pgsql <adam_pgsql(at)witneyweb(dot)org>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: "make check" failed on 8.4.2 install
Date: 2010-02-23 17:41:39
Message-ID: 24472.1266946899@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

adam_pgsql <adam_pgsql(at)witneyweb(dot)org> writes:
> I am trying to upgrade to 8.4.2 but my usual compile from source failed

> $ make check
> ============== shutting down postmaster ==============
> /usr/local/install/postgresql-8.4.2/src/test/regress/./tmp_check/install//usr/local/pgsql_8.4/bin/pg_ctl: relocation error: /usr/local/install/postgresql-8.4.2/src/test/regress/./tmp_check/install//usr/local/pgsql_8.4/lib/libpq.so.5: undefined symbol: dlopen

That's very peculiar. It looks more like dynamic linker breakage than
Postgres' fault, though. What platform is this (no, the kernel version
doesn't do it for me)? What have you changed since you last built
Postgres successfully?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Iñigo Martinez Lasala 2010-02-23 17:49:14 Re: how do I do dump and restore without bugging with constraint?
Previous Message Tom Lane 2010-02-23 17:36:14 Re: FOREIGN KEY composite_type.its_field REFERENCES ....