about cross-compiling issue - Mailing list pgsql-hackers

From 陈亚杰
Subject about cross-compiling issue
Date
Msg-id tencent_21ADA97EA5FC906927DBAC8E83C2ED952E09@qq.com
Whole thread Raw
Responses Re: about cross-compiling issue
Re:about cross-compiling issue
List pgsql-hackers


Hello, I have a question about cross-compiling. I get an error when doing initdb for postgresql for arm64 architecture devices.
The error information is Error relocating /data/postgresql/postgresql-16.3-arm64-v8a-build/tmp_install/usr/postgresql/arm64-v8a/lib/dict_snowball.so: palloc0: symbol not found.
In fact, the library exists in this directory, and the palloc symbol exists but is not defined.
Any tips to go around this issue?
Thanks!

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: speed up a logical replica setup
Next
From: Ashutosh Bapat
Date:
Subject: Re: Avoid possible dereference null pointer (src/backend/catalog/pg_depend.c)