Re: Issues with PostgreSQL Source Code Installation

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Ayush Vatsa <ayushvatsa1810(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Issues with PostgreSQL Source Code Installation
Date: 2024-09-24 16:12:47
Message-ID: 888b2bb9-6d20-4ee6-a78e-0fbfeda25ee7@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/24/24 04:14, Ayush Vatsa wrote:
> Hi PostgreSQL Community,
>
> I am encountering an issue while trying to install PostgreSQL from its
> source code and would appreciate any guidance you can provide.
> Here are the steps I've taken so far:
> sudo yum install libicu-devel
> git clone git://git.postgresql.org/git/postgresql.git

Why are you building against the repo instead of a fixed version from
here?:

https://www.postgresql.org/ftp/source/

> <http://git.postgresql.org/git/postgresql.git>
> ./configure --enable-tap-tests --prefix=`pwd`/build

Did you checkout a given tag?

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-09-24 16:16:50 Re: Repeatable Read Isolation Level "transaction start time"
Previous Message Ron Johnson 2024-09-24 16:12:07 Re: Repeatable Read Isolation Level "transaction start time"