Error:
Error in Invoking target 'install' of make file /sqlplus/lib/ins_sqlplus.mk
see log for details
Solution:
This error occurs due to missing libraries mainly in Linux (OEL 6.4 or less). To over come this error install rpm glibc-devel-2.3.4-2.19.i386.rpm using the command as root.
Error in Invoking target 'install' of make file /sqlplus/lib/ins_sqlplus.mk
see log for details
Solution:
This error occurs due to missing libraries mainly in Linux (OEL 6.4 or less). To over come this error install rpm glibc-devel-2.3.4-2.19.i386.rpm using the command as root.
rpm -i
glibc-devel-2.3.4-2.19.i386.rpm --nodeps –force
Once RPM got installed you need to verify following file exists or not:
crt1.o under /usr/lib if it exists then stop current installation and remove temporary files and current files created during this installation and start installation again.
Thanks !!!
No comments:
Post a Comment