Re: cvs head : broken regression tests ?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs head : broken regression tests ?
Date: 2004-06-08 18:03:05
Message-ID: 40C5FF59.8030609@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:

>>IOW it's purely a developer's trap (which has caught me in the past).
>>If you build and install multiple dev versions you should think about
>>disabling rpath.
>>
>>
>
>I do that, and I have rpath enabled (that's the default, isn't it?) but
>my solution is to have no version in normal directories (i.e. they are
>all installed in $HOME/pgsql/some-version-number/ )
>
>
>

If this is the prefix you specify to configure you can still get caught
when you do a cvs update and then run "make check" before "make
install". Turning off rpath stops that (at least on my Linux boxes).

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Hallgren 2004-06-08 18:17:50 Re: Question regarding dynamic_library_path
Previous Message Tom Lane 2004-06-08 17:47:34 Re: Question regarding dynamic_library_path