I am trying to install Oracle database 11gR2 on Oracle Linux 7.1 on a 64 bit server. During the install process, this error is coming up:
Exception Name: MakefileException
Exception String: Error in invoking target 'install' of makefile '/u01/app/oracle/dbhome_1/ctx/lib/ins_ctx.mk'. See
'/u01/app/oraInventory/logs/installActions2015-07-01_06-11-44PM.log' for details.
Exception Severity: 1
The searches have only revealed a potential problem with missing libraries. During the install, all libraries that failed the check were installed using the 64 bit versions from Oracle Linux 7.1 DVD. So there are no missing libraries in this case.
Is it possible that 32 bit versions need to be installed? I just did the 64 bit ones.
What does ins_ctx.mk do? Can we ignore this error safely?