Re: Issues with PostgreSQL Source Code Installation

2024-09-26 Thread Ayush Vatsa
> It looks to me like there is something > wrong with your libicu installation --- perhaps headers out of sync > with shared library? Yes correct, fixing libicu installation resolved the issue.

Re: Issues with PostgreSQL Source Code Installation

2024-09-24 Thread Tom Lane
Ayush Vatsa writes: > So actually I wanted to modify and playaround with the code, > hence I am using the github repo and building postgres from it. Seems reasonable. The tip of master branch is occasionally broken, but seldom for very long, and none of our buildfarm animals are reporting failur

Re: Issues with PostgreSQL Source Code Installation

2024-09-24 Thread Ayush Vatsa
> I would go to the source link I posted download a specific version and > verify it builds. Then you know whether your setup is correct. Then you > could go back to exploring the Git code. Thanks will check that out

Re: Issues with PostgreSQL Source Code Installation

2024-09-24 Thread Adrian Klaver
On 9/24/24 09:32, Ayush Vatsa wrote: > Why are you building against the repo instead  of a fixed version from > here?: So actually I wanted to modify and playaround with the code, hence I am using the github repo and building postgres from it. > Did you checkout a given tag? I haven't checkou

Re: Issues with PostgreSQL Source Code Installation

2024-09-24 Thread Ayush Vatsa
> Why are you building against the repo instead of a fixed version from > here?: So actually I wanted to modify and playaround with the code, hence I am using the github repo and building postgres from it. > Did you checkout a given tag? I haven't checkout on any branch and currently on branch ma

Re: Issues with PostgreSQL Source Code Installation

2024-09-24 Thread Adrian Klaver
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

Issues with PostgreSQL Source Code Installation

2024-09-24 Thread Ayush Vatsa
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 ./configure --ena