lib and share are installed differently, but why?

From: Mario Emmenlauer <mario(at)emmenlauer(dot)de>
To: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: lib and share are installed differently, but why?
Date: 2021-08-30 10:53:54
Message-ID: 8b1a13e4-5454-cdb7-b9d3-d8aa36599ccf@emmenlauer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Dear All,

I've been building and using PostgreSQL from source for a few years
now, thanks for the awesome work!

Since upgrading from 12.5 to 12.8, I've found a problem that I can
not resolve myself. We build PostgreSQL twice, once to folder A, and
once to folder B. This is because A is more easily deployable, while
B holds all our development build targets. The only difference in
the two builds is the change in `--prefix` for configure. Everything
else is identical, and both builds start from a clean directory.

But I see a difference in the installations:
- The contents of `share` go to A/share/ vs B/share/postgresql/
- The contents of `lib` go to B/lib vs B/lib/postgresql/

I've played with all sorts of --libdir, --datarootdir and the like,
but the behaviour stays the same. I fail to understand why in the
case of --prefix=B (the target where we host a lot of other stuff),
the install will use subdirectory 'postgresql', whereas for the
--prefix=A (which is an empty directory) the install will not use
a subdirectory.

Whats more, when I try to run the server in A, initdb will complain
that the file in A/share/postgresql/postgresql.bki is missing, which
indeed is true (because the file is at A/share/postgresql.bki).

Any help would be appreciated!

All the best,

Mario Emmenlauer

--
BioDataAnalysis GmbH, Mario Emmenlauer Tel. Buero: +49-89-74677203
Balanstr. 43 mailto: memmenlauer * biodataanalysis.de
D-81669 München http://www.biodataanalysis.de/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pól Ua Laoínecháin 2021-08-30 12:47:19 Arrays - selecting (and not removing) duplicates...
Previous Message Julien Rouhaud 2021-08-30 10:23:00 Re: user creation time for audit