about cross-compiling issue

From: 陈亚杰 <1441147871(at)qq(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: about cross-compiling issue
Date: 2024-05-23 09:08:05
Message-ID: tencent_21ADA97EA5FC906927DBAC8E83C2ED952E09@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2024-05-23 09:27:33 Re: Avoid possible dereference null pointer (src/backend/catalog/pg_depend.c)
Previous Message Amit Kapila 2024-05-23 08:54:25 Re: speed up a logical replica setup