When I try to do it in Ubuntu 13.10, I faced some linking errors. Most of the linking errors are like "Failed to link liborasdk.so.11.1" or some other library names. Therefore in order to over come those errors, after completing the installation of additional packages, some of the installation files to be modified.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. sudo gedit /home/oracle/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk | |
line no-190: $(MK_EMAGENT_NMECTL) -lnnz11 | |
2. sudo gedit /home/oracle/app/oracle/product/11.2.0/dbhome_1/bin/genorasdksh | |
line no-278: OLIBS= ... -lagtsh -lorasdkbase | |
3. sudo gedit /home/oracle/app/oracle/product/11.2.0/dbhome_1/srvm/lib/env_srvm.mk | |
line no-90: PRODUCT=srvm | |
4. sudo gedit /home/oracle/app/oracle/product/11.2.0/dbhome_1/srvm/lib/ins_srvm.mk | |
line no-60: GETCRSHOME_LINKLINE= ... -Wl,--start-group $(OCRLIBS_DEFAULT) -Wl,--end-group $(OCRLIBS_DEFAULT) ... | |
5. sudo gedit /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/lib/env_network.mk | |
line no-2150: TNSLSNR_LINKLINE=... -Wl,--no-as-needed $(LLIBONS) ... | |
6. sudo gedit /home/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/env_rdbms.mk | |
line no-2113: ORACLE_KERNEL_LIBS=...$(SPOBJS) -Wl,--no-as-needed $(LLIBSERVER)... |