Re: cvs breakage

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs breakage
Date: 2004-03-09 21:11:45
Message-ID: 200403092211.45086.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:
> If I configure with --prefix then cvs tip seems to fail make check -
> initdb fails with a complaint about a missing symbol for
> canonicalise_path. If I don't set the prefix then it works fine. I
> don't have any funny LD_LIBRARY_PATH stuff set.

You need to do "make install" before "make check" or you need to compile
without rpath.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lee Kindness 2004-03-09 21:15:39 Re: ECPG - Specifying connections, TSD, sqlca.
Previous Message Bruce Momjian 2004-03-09 21:10:48 Re: cvs breakage