what exact packages(RPM) are required for OEM agent10.0.5.2.0 on OEL(linux)5.2

Comments
-
Hi,You have raised this as a document.Please raise this as a post so that it can be answered properly.RegardsBalaji0
-
Hello View NOTE:861347.1 var savetarg = ""; var saveactn = ""; var srcform = null; var winid = null; function Launch( url,nam,w,h,mbar,tbar ) { if (!w) { w=600; } if (!h) { h=600; } if (!mbar) { mbar="yes"; } if (!tbar) { tbar="no"; } plist='scrollbars=yes,resizable=yes,width='+w+',height='+h+',menubar='+mbar+',toolbar='+tbar; //open(url,nam,'menubar=no,scrollbars=yes,resizable=yes,width='+w+',height='+h); //open(url,nam,'menubar=no,scrollbars=yes,resizable=yes,width='+w+',height='+h+',toolbar='+tbar); winid=open(url,nam,plist); return true; } function TargetPost(srcf, targ, actn, submitval, newwin, mbar, tbar) { srcform = srcf; if (newwin){ Launch('/webiv/pages/blank.html',targ, 600, 600, mbar, tbar); savetarg=document.forms[srcform].target; document.forms[srcform].target=targ; } else {document.forms[srcform].target = "" } saveactn = document.forms[srcform].action; document.forms[srcform].action=actn; // special cases ... if (targ == "EditPrivs"){ document.forms[srcform].elements["IGNORE_LOCKS"].value="FALSE"; } if (submitval != null){ document.forms[srcform].WwwAction.value = submitval; } document.forms[srcform].submit(); return(true); } function SaveTarget() { if (document.forms[0] != null) { savetarg=document.forms[0].target; saveactn=document.forms[0].action; } } function ResetTarget() { if (srcform != null && document.forms[srcform] != null) { // document.forms[srcform].target=""; document.forms[srcform].target=savetarg; document.forms[srcform].action=saveactn; } } function GetRandom() { return Math.round(100 * Math.random()); }
Please note that it is mandatory to install following 32-bit OS packages on 64-bit platform
(1) libstdc++devel-3.4.3-22.1
(2) compat-libstdc++-296-2.96-132.7.2
(3) glibc-devel-2.3.4-2.9.i386.rpmThen you can retry your installation.
Please note that you created a document on this issue instead of a thread. To log a problem where you need an answer or solution please use the thread format instead. I will keep this document for one week then it will be deleted. Please make sure you create a thread should you need more help
Best regards
Nahed - moderator
0