Re: cvs breakage

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs breakage
Date: 2004-03-09 22:29:39
Message-ID: 404E4553.4020806@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:

>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.
>
>
>

I understood "make check" should be able to be run before an install.

Turning off rpath in src/Makefile.global did the trick. I'm amazed this
hasn't caught me before - maybe libpq has just been so stable it hasn't
made a difference ... Should the version number be bumped? or is this
just a developer gotcha?

anyway, thanks

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2004-03-09 22:38:19 Re: PITR Functional Design v2 for 7.5
Previous Message Lee Kindness 2004-03-09 22:28:09 Re: ECPG - Specifying connections, TSD, sqlca.