Error in invoking target ‘links proc gen_pcscfg procob‘ of makefile
openEuler21.09安装ORACLE 19C的几种方式及遇到的坑。参考网上的处理还是失败:(有人解决的吗?oracle 19c静默安装。
openEuler 24.03 (LTS-SP2) arm下安装oracle19.19以及打补丁均安装失败,有成功的吗?

[oracle@ora19c 19.19]$ cat /etc/os-release
NAME="openEuler"
VERSION="24.03 (LTS-SP2)"
ID="openEuler"
VERSION_ID="24.03"
PRETTY_NAME="openEuler 24.03 (LTS-SP2)"
ANSI_COLOR="0;31"
[oracle@ora19c 19.19]$ lscpu
Architecture: aarch64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Vendor ID: ARM
Model name: Cortex-A72
Model: 3
Thread(s) per core: 1
Core(s) per cluster: 8
Socket(s): -
Cluster(s): 1
Stepping: r0p3
BogoMIPS: 125.00
Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
NUMA:
NUMA node(s): 1
NUMA node0 CPU(s): 0-7
Vulnerabilities:
Gather data sampling: Not affected
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Mmio stale data: Not affected
Reg file data sampling: Not affected
Retbleed: Not affected
Spec rstack overflow: Not affected
Spec store bypass: Vulnerable
Spectre v1: Mitigation; __user pointer sanitization
Spectre v2: Vulnerable
Srbds: Not affected
Tsx async abort: Not affected
[oracle@ora19c 19.19]$ rm -rf /u01/app/oraInventory/*
[oracle@ora19c 19.19]$ ./runInstaller -silent -ignorePrereq -responseFile /u01/app/oracle/product/19.19/install/response/db_install.rsp -ignoreInternalDriverError
Launching Oracle Database Setup Wizard...
[WARNING] [INS-13001] Oracle Database is not supported on this operating system. Installer will not perform prerequisite checks on the system.
CAUSE: This operating system may not have been in the certified list at the time of the release of this software.
ACTION: Refer to My Oracle Support portal for the latest certification information for this operating system. Proceed with the installation if the operating system has been certified after the release of this software.
[WARNING] [INS-30060] Check for group existence failed.
CAUSE: Unexpected error occurred while trying to check for group existence.
ACTION: Refer to the logs or contact Oracle Support Services. Note for advanced users: Launch the installer by passing the following flag '-ignoreInternalDriverError'.
The response file for this session can be found at:
/u01/app/oracle/product/19.19/install/response/db_2025-11-21_09-40-35AM.rsp
You can find the log of this install session at:
/u01/app/oraInventory/logs/InstallActions2025-11-21_09-40-35AM/installActions2025-11-21_09-40-35AM.log
[FATAL] Error in invoking target 'links proc gen_pcscfg procob' of makefile '/u01/app/oracle/product/19.19/precomp/lib/ins_precomp.mk'. See '/u01/app/oraInventory/logs/InstallActions2025-11-21_09-40-35AM/installActions2025-11-21_09-40-35AM.log' for details.
报错信息:

INFO:
make -f /u01/app/oracle/product/19.19/precomp/lib/ins_precomp.mk relink EXENAME=proc
INFO:
make[1]: Entering directory '/u01/app/oracle/product/19.19/precomp/lib'
INFO:
Linking /u01/app/oracle/product/19.19/precomp/lib/proc
INFO:
/bin/ld: /u01/app/oracle/product/19.19/lib//libclntsh.so: undefined reference to `stat64'
INFO:
/bin/ld: /u01/app/oracle/product/19.19/lib//libclntsh.so: undefined reference to `fstat64'
INFO:
/bin/ld: /u01/app/oracle/product/19.19/lib//libclntsh.so: undefined reference to `lstat64'
INFO:
/bin/ld: /u01/app/oracle/product/19.19/lib//libclntsh.so: undefined reference to `lstat'
INFO:
collect2: error: ld returned 1 exit status
INFO:
/bin/chmod: cannot access '/u01/app/oracle/product/19.19/precomp/lib/proc'
INFO:
: No such file or directory
INFO:
make[1]: *** [/u01/app/oracle/product/19.19/precomp/lib/ins_precomp.mk:119: /u01/app/oracle/product/19.19/precomp/lib/proc] Error 1
INFO:
make[1]: Leaving directory '/u01/app/oracle/product/19.19/precomp/lib'
INFO:
make: *** [/u01/app/oracle/product/19.19/precomp/lib/ins_precomp.mk:29: proc] Error 2
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'links proc gen_pcscfg procob' of makefile '/u01/app/oracle/product/19.19/precomp/lib/ins_precomp.mk'. See '/u01/app/oraInventory/logs/InstallActions2025-11-21_10-53-20AM/installActions2025-11-21_10-53-20AM.log' for details.
Exception Severity: 1
INFO: [Nov 21, 2025 10:59:41 AM] Adding ExitStatus STOP_INSTALL to the exit status set
INFO: [Nov 21, 2025 10:59:41 AM] Finding the most appropriate exit status for the current application
INFO: [Nov 21, 2025 10:59:41 AM] inventory location is/u01/app/oraInventory
INFO: [Nov 21, 2025 10:59:41 AM] Finding the most appropriate exit status for the current application
INFO: [Nov 21, 2025 10:59:41 AM] Exit Status is -4
INFO: [Nov 21, 2025 10:59:41 AM] Shutdown Oracle Database 19c Installer

Exception String: Error in invoking target 'links proc gen_pcscfg procob' of makefile '/u01/app/oracle/product/19.19/precomp/lib/ins_precomp.mk'.
参考网上的处理还是失败,报了另外一个错:(有人解决的吗?同样没解决的https://gitee.com/src-openeuler/glibc/issues/I6CAG6)https://oracle-base.com/articles/12c/oracle-db-12cr1-installation-on-oracle-linux-7
openEuler21.09安装ORACLE 19C的几种方式及遇到的坑
https://www.modb.pro/db/1681207533183262720
根据https://oracle-base.com/articles/12c/oracle-db-12cr1-installation-on-oracle-linux-7

INFO:
make -f /u01/app/oracle/product/19.19/precomp/lib/ins_precomp.mk relink EXENAME=proc
INFO:
make[1]: Entering directory '/u01/app/oracle/product/19.19/precomp/lib'
INFO:
Linking /u01/app/oracle/product/19.19/precomp/lib/proc
INFO:
/bin/ld: /u01/app/oracle/product/19.19/lib//libclntsh.so: undefined reference to `__res_nsearch'
INFO:
/bin/ld: /u01/app/oracle/product/19.19/lib//libclntsh.so: undefined reference to `__dn_expand'
INFO:
/bin/ld: /u01/app/oracle/product/19.19/lib//libclntsh.so: undefined reference to `__dn_skipname'
INFO:
collect2: error: ld returned 1 exit status
INFO:
/bin/chmod: cannot access '/u01/app/oracle/product/19.19/precomp/lib/proc'
INFO:
: No such file or directory
INFO:
make[1]: *** [/u01/app/oracle/product/19.19/precomp/lib/ins_precomp.mk:119: /u01/app/oracle/product/19.19/precomp/lib/proc] Error 1
INFO:
make[1]: Leaving directory '/u01/app/oracle/product/19.19/precomp/lib'
INFO:
make: *** [/u01/app/oracle/product/19.19/precomp/lib/ins_precomp.mk:29: proc] Error 2
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'links proc gen_pcscfg procob' of makefile '/u01/app/oracle/product/19.19/precomp/lib/ins_precomp.mk'. See '/u01/app/oraInventory/logs/InstallActions2025-11-21_09-23-01AM/installActions2025-11-21_09-23-01AM.log' for details.
Exception Severity: 1
INFO: [Nov 21, 2025 9:29:30 AM] Adding ExitStatus STOP_INSTALL to the exit status set
INFO: [Nov 21, 2025 9:29:30 AM] Finding the most appropriate exit status for the current application
INFO: [Nov 21, 2025 9:29:30 AM] inventory location is/u01/app/oraInventory
INFO: [Nov 21, 2025 9:29:30 AM] Finding the most appropriate exit status for the current application
INFO: [Nov 21, 2025 9:29:30 AM] Exit Status is -4
INFO: [Nov 21, 2025 9:29:30 AM] Shutdown Oracle Database 19c Installer
参考安装:
oracle 19c静默安装
鲲鹏昇腾开发者社区是面向全社会开放的“联接全球计算开发者,聚合华为+生态”的社区,内容涵盖鲲鹏、昇腾资源,帮助开发者快速获取所需的知识、经验、软件、工具、算力,支撑开发者易学、好用、成功,成为核心开发者。
更多推荐


所有评论(0)