Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error in invoking target 'install' of makefile - Oracle Database 11g Releas

user13426437Mar 20 2012 — edited Sep 15 2013
Error in invoking target 'install' of makefile '/home/oracle/B/product/11g/ctx/lib/ins_ctx.mk'. See '/home/oracle/app/oraInventory/logs/installActions2012-03-19_03-17-52PM.log' for details.

OS : Oracle Linux - Red Hat Enterprise Linux Server release 6.2
Oracle : 11g Release 2

Edited by: user13426437 on Mar 20, 2012 10:04 AM

Comments

sb92075
user13426437 wrote:
Error in invoking target 'install' of makefile '/home/oracle/B/product/11g/ctx/lib/ins_ctx.mk'.
See '/home/oracle/app/oraInventory/logs/installActions2012-03-19_03-17-52PM.log' for details.


post content, or at least the tail end excerpt showing the error
Srini Chavali-Oracle
>
...
OS : Oracle Linux - Red Hat Enterprise Linux Server release 6.2
Oracle : 11g Release 2
>

Unsupported combination - so things may or may not work as advertised.

http://docs.oracle.com/cd/E11882_01/install.112/e24321/pre_install.htm#CIHFICFD

2351759

HTH
Srini
user13426437
Here is the error message

INFO: gcc -o ctxhx -m64 -L/home/oracle/B/product/11g/ctx/lib/ -L/home/oracle/B/product/11g/lib/ -L/home/oracle/B/product/11g/lib/stubs/ /home/oracle/B/product/11g/ctx/lib/
ctxhx.o -L/home/oracle/B/product/11g/ctx/lib/ -lm -lsc_fa -lsc_ex -lsc_da -lsc_ca -lz -lctxhx -Wl,-rpath,/home/oracle/B/product/11g/ctx/lib -lsnls11 -lnls11 -lcore11 -lsn
ls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11 `cat /home/oracle/B/product/11g/lib/sysliblist`

INFO: /usr/bin/ld: warning: libstdc++.so.5, needed by /home/oracle/B/product/11g/ctx/lib//libsc_fa.so, not found (try using -rpath or -rpath-link)
/home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.2'
/home/oracle/B/product/11g/ctx/lib//libsc_fa.so: undefined reference to `__gxx_personality_v0@CXXABI_1.2'
/home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `
INFO: vtable for __cxxabiv1::__class_type_info@GLIBCPP_3.2'
/home/oracle/B/product/11g/ctx/lib/libsc_ch.so: undefined reference to `__gxx_personality_v0'
/home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@GLIBCPP_3.2'
/home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `std::ios_base::Init::Init()@GLIBCPP_3.2'
/home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `std::ios_base::Init::~Init()@GLIBCPP_3.2'
/h
INFO: ome/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `operator delete(void*)@GLIBCPP_3.2'
collect2: ld returned 1 exit status

INFO: make: *** [ctxhx] Error 1

INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'install' of makefile '/home/oracle/B/product/11g/ctx/lib/ins_ctx.mk'. See '/home/oracle/app/oraInventory/logs/installActions2012-03-19_03-17-52PM.log' for details.
Exception Severity: 1
INFO: Linking Text executables
INFO: Linking Text executables
INFO: The output of this make operation is also available at: '/home/oracle/B/product/11g/install/make.log'
INFO:
Helios-GunesEROL
Hi;

Be sure you have all related rpms on your system

See:

Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]


Master Note of Linux OS Requirements for Database Server [ID 851598.1]

Regard
Helios
user12948923

Hello,

If somebody still meet this error:

I had it also and it was due to the package compat-libstdc++  missing

=>Did a  'yum seach compat-libstdc' then 'yum install'... and it fixed the issue

Philippe

1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 13 2013
Added on Mar 20 2012
5 comments
48,154 views