Re: How to Build Postgres in a Portable / Relocatable fashion?

From: grimy(dot)outshine830(at)aceecat(dot)org
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: How to Build Postgres in a Portable / Relocatable fashion?
Date: 2024-05-04 17:56:04
Message-ID: IjQUJPzpXAh4OQQC@aceecat.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, May 03, 2024 at 11:27:12PM GMT, AJ ONeal wrote:

> What I want to create (and provide) is a portable tarball that has
> most of all what it needs in the tarball and will look for relevant
> libraries relative to itself. Something that Just Works™ *almost*
> anywhere (Ubuntu, Debian, RedHat, Suse... maybe even Alpine).

Alpine is based on musl (not glibc), so you're pretty much OOL at
least on that point.

Have you thought about using a container?

--
Ian

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vijaykumar Jain 2024-05-04 20:35:12 Re: I have ansible for postgres-etcd-patroni
Previous Message Tom Lane 2024-05-04 04:57:55 Re: \dt shows table but \d <table> says the table doesn't exist ?