安装 openGauss 6.0.2 极简版报错

CPU 是 hi1616 是cpu太老指令集不支持么?

[fhy@RH2288 simpleInstall]$ sh install.sh -w "****"
[step 1]: check parameter
[step 2]: check install env and os setting
[step 3]: change_gausshome_owner
[step 4]: set environment variables

[step 6]: init datanode
no data was returned by command ""/home/fhy/openGauss/bin/gaussdb" -V"
The program "gaussdb" is needed by gs_initdb but was not found in the
same directory as "/home/fhy/openGauss/bin/gs_initdb".
Check your installation.
[step 7]: start datanode
[2025-08-26 17:10:41.050][7344][][gs_ctl]: gs_ctl started,datadir is /home/fhy/openGauss/data/single_node 
[2025-08-26 17:10:41.050][7344][][gs_ctl]: can't create lock file "/home/fhy/openGauss/data/single_node/pg_ctl.lock" : 没有那个文件或目录import sql file
Would you like to create a demo database (yes/no)? yes
Load demoDB failed, you can check load.log for more details.
[fhy@RH2288 simpleInstall]$ cat load.log 
failed to connect Unknown:5432.
install.sh:行 334:  7349 非法指令            (核心已转储)gsql -d postgres -p $port -f school.sql
failed to connect Unknown:5432.
install.sh:行 334:  7355 非法指令            (核心已转储)gsql -d postgres -p $port -f finance.sql
[fhy@RH2288 simpleInstall]$ /home/fhy/openGauss/bin/gaussdb" -V
> ^C
[fhy@RH2288 simpleInstall]$ "/home/fhy/openGauss/bin/gaussdb" -V
gaussdb (openGauss 6.0.2 build 6285c0ef) compiled at 2025-07-15 16:44:06 commit 0 last mr 8059 
非法指令(核心已转储)

操作系统信息:

[fhy@RH2288 simpleInstall]$ cat /etc/openEuler-release 
openEuler release 22.03 (LTS-SP4)
[fhy@RH2288 simpleInstall]$ uname -a
Linux RH2288 5.10.0-278.0.0.181.oe2203sp4.aarch64 #1 SMP Wed Aug 20 11:23:37 CST 2025 aarch64 aarch64 aarch64 GNU/Linux
[fhy@RH2288 simpleInstall]$ 

自己重新安装 openEuler 24.03 LTS SP2 系统,编译成功运行了 7.0版本。

7.0什么版本

openEuler 22.03 LTS SP4 和 openEuler 24.03 LTS SP2 几个版本都下载安装官方对于版本的 opengauss 都是提示“非法指令(核心已转储)”估计这服务器老CPU问题。 最后在24.03环境下,自己拉取最新 7.0.0-RC2 源码安装成功了。尝试编译6.0版本没有成功,估计在openEuler 22.03 LTS SP4 编译6.0版本可以成功,没有尝试不折腾了。