> 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.
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
> 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
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
> 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
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
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