Installation of 10.2.0.5 GC Fails During Relink of Target 'agent nmo nmb nmhs emsubagent'
Note: It is a known bug and further information could be retreived from 837072.1
1) Modify the following files:
cd $ORACLE_HOME/sysman/lib
vi env_emagent.mk
vi ins_emagent.mk
2) Make the following changes to the ins_emagent.mk file:
i. On line 29, change the following line from:
# libnmevc \
To this:
# libnmevc
Removing the trailing slash will remove the "Syntax Error" from the make file.
3) Make the following changes to the env_emagent.mk file:
i. At or around line 2427, you should see the following line:
NEW_LD_SHLIBS = $(EMAGENT_SHLIBS)
This needs to be changed to include the EMAGENT_SHLIBS redefined after it:
NEW_LD_SHLIBS = $(EMAGENT_SHLIBS)
EMAGENT_SHLIBS= $(LIBURLDATAFETCHLET_SHARED) \
$(LIBDMSFETCHLET_SHARED) \
$(LIBOSFETCHLET_SHARED) \
$(LIBTNMECR_SHARED) \
$(LIBSPFETCHLET_SHARED) \
$(LIBOCI_SHARED) \
$(LIBWBEMFETCHLET_SHARED) \
$(LIB_UT_FETCHLET_SHARED) \
$(LIBPORTFETCHLET_SHARED) \
$(LIBTESTFETCHLET_SHARED) \
$(LIBVERFETCHLET_SHARED) \
$(LIBPROPFROMASSOCFETCHLET_SHARED) \
$(LIBSQLFETCHLET_SHARED) \
$(LIBSQLTFETCHLET_SHARED) \
$(LIBTNMECLU_SHARED) \
$(LIBTNMEVR_SHARED) \
$(LIBNMEVQ_SHARED) \
$(LIBNMEVC_SHARED) \
$(LIBNMEVSP_SHARED) \
$(LIBNMS_SHARED) \
$(LIBNMS0_SHARED) \
$(LIBNMSP_SHARED) \
$(LIB_NMADBG_SHARED) \
$(LIB_NMADM_SHARED) \
$(LIB_NMALK_SHARED) \
$(LIB_NMARL_SHARED) \
$(LIB_NMASF_SHARED) \
$(LIB_NMASTK_SHARED) \
$(LIBNMEPS_SHARED) \
$(LIB_OJMX_FETCHLET_SHARED) \
$(LIBNMECLURAC_SHARED) \
$(LIBHCFETCHLET_SHARED) \
$(LIBSGAFETCHLET_SHARED)
No comments:
Post a Comment