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