Re: cvs breakage

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs breakage
Date: 2004-03-09 21:10:48
Message-ID: 200403092110.i29LAmx08789@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:
>
> Fresh cvs tip checkout.
>
> 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.

That was a commit from yesterday. My guess is that you didn't make a
gmake distclean before running configure. We moved canonicalise_path
into /port from initdb. Maybe try ldconfig too.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2004-03-09 21:11:45 Re: cvs breakage
Previous Message Andrew Dunstan 2004-03-09 21:07:54 Re: cvs breakage