Installing 11GR2 on OEL 5.2 error linking ins_ctx.mk
I am attempting to install the 11GR2 software on our Oracle Enterprise Linux 5.2 server. I have verified that all the required rpm packages are installed on this server. When I attempt to install the software it fails during the linking phase with the following message:
Error in invoking target 'install' of makefile '/data2/oracle/product/11.2.0/dbhome_1/ctx/lib/ins_ctx.mk'
When I review make.log file I see the following error message:
/lib/libgcc_s.so.1: undefined reference to `__stack_chk_fail@GLIBC_2.4'
collect2: ld returned 1 exit status
make: *** [ctxhx] Error 1
I searched My Oracle support and this forum and did not find any similar errors. I would appreciate it if someone could point me to the solution as I need to get this software installed today.
Thanks
Just as a side note: This server has a two other 10.2 databases installed one of which is an E-Business 11i database. This is my first 11GR2 installation on this server.