Tuesday, November 10, 2020

Issues faced while upgrading Oracle Applications (E-Business Suite) from 11i to R12.2

 Issue# 9:

While installing 11.2.0.1 DB home relinking failed.

Log file contains the following error:

INFO: /lib/libgcc_s.so.1: undefined reference to `__stack_chk_fail@GLIBC_2.4'
collect2: ld returned 1 exit status

 

Solution:

11.2 Install on Linux Fails with makefile Error:"__stack_chk_fail@GLIBC_2.4" (Doc ID 1220843.1)

login as root user:

% cd /usr/bin (as root)

% mv gcc gcc.old

% mv g++ g++.old

% ln -s gcc34 gcc

% ln -s g++34 g++

No comments:

Post a Comment