Re: Regression test fails when 1) old PG is installed and 2) meson/ninja build is used

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>, 'Andres Freund' <andres(at)anarazel(dot)de>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Regression test fails when 1) old PG is installed and 2) meson/ninja build is used
Date: 2025-04-21 14:10:38
Message-ID: f3e29072-e540-462a-93db-e849f0207602@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2025-04-21 Mo 7:42 AM, Hayato Kuroda (Fujitsu) wrote:
> I also checked PATH/LD_LIBRARY_PATH and they looked correct.
>
> PATH=/home/hayato/builddir/tmp_install//usr/local/pgsql/bin:/home/hayato/builddir/src/test/regress:/usr/local/pgsql/bin/:<others>...
> LD_LIBRARY_PATH=/home/hayato/builddir/tmp_install//usr/local/pgsql/lib64:/usr/local/pgsql/lib:/usr/local/lib:/usr/lib64/...

What is that extra stuff doing on the end of your LD_LIBRARY_PATH? That
looks wrong. Do you have LD_LIBRARY_PATH set in your calling environment?

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2025-04-21 14:16:31 Re: Changing shared_buffers without restart
Previous Message Hayato Kuroda (Fujitsu) 2025-04-21 12:10:51 RE: doc patch: clarify the naming rule for injection_points