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

From: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
To: 'Andrew Dunstan' <andrew(at)dunslane(dot)net>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, 'Andres Freund' <andres(at)anarazel(dot)de>
Subject: RE: Regression test fails when 1) old PG is installed and 2) meson/ninja build is used
Date: 2025-04-22 01:25:02
Message-ID: OSCPR01MB149662B5013FA56AE114E4105F5BB2@OSCPR01MB14966.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear Andrew,

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

To confirm, did you ask the LD_LIBRARY_PATH on my bash? Here it is:

```bash
$ echo $LD_LIBRARY_PATH
/usr/local/pgsql/lib:/usr/local/lib:/usr/lib64/
```

I modified the first one to refer lib64 dir, but the result is not changed.

Best regards,
Hayato Kuroda
FUJITSU LIMITED

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikhil Kumar Veldanda 2025-04-22 01:53:33 Re: ZStandard (with dictionaries) compression support for TOAST compression
Previous Message Nikhil Kumar Veldanda 2025-04-22 00:52:00 Re: ZStandard (with dictionaries) compression support for TOAST compression