This post was updated on .
Hello we are installing R12.2 VISION on Solaris Sparc 11.3 . We are getting an error in percent 48 . We see following error when we check the log file : make: Fatal error: Command failed for target `/u02/app/VIS/fs2/EBSapps/10.1.2/lib32/librw.so' Failed linking target libso_install on Thu Jun 22 18:23:41 +03 2017... /u02/app/VIS/fs2/EBSapps/10.1.2/network/lib make: Fatal error: Command failed for target `frmweb' Failed linking targets frmweb_install frmcmp_install frmcmpb_install frmsrv_install on Thu Jun 22 18:23:44 +03 2017... /u02/app/VIS/fs2/EBSapps/10.1.2/rdbms/lib We checked this log file : /u02/app/VIS/fs2/inst/apps/VIS_dpsms41/logs/ora/10.1.2/install/make_06221823.log This issue is urgent . thank you for your understanding |
Administrator
|
Hi Rashat,
can you use the same command that you see in the logs for relinking libso_install manually? What error you are getting when you try relink it manually? |
Administrator
|
I reviewed the installation file. there should be adlnktools.sh somewhere in your fs. This file is doing the relinks in your case.
Execute it. It will try to relink the things in tools home. If you will get the same error, modify that script to only relink the failing binary/library to see the actual error. Since your failing relink is for frmweb Your command should be like the following.. make -f ins_forms.mk frmweb_install frmcmp_install frmcmpb_install frmbld_install frmsrv_install ORACLE_HOME=$ORACLE_HOME Attention : Set your environment (like it is set in adlnktools.sh.. Also use the full path of ins_forms.mk in your make command) |
Hi
I executed this command and getting following error . Log file located at /u02/app/VIS/fs2/inst/apps/VIS_dpsms41/logs/ora/10.1.2/install/make_06231047.log rm -f frmweb /usr/ccs/bin/ld -o frmweb -L/u02/app/VIS/fs2/EBSapps/10.1.2/forms/lib32/ -L/u02/app/VIS/fs2/EBSapps/10.1.2/lib32/ -dy /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/WS6U2/lib/crti.o /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/WS6U2/lib/crt1.o -Bstatic \ /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/s0nnmain.o \ /u02/app/VIS/fs2/EBSapps/10.1.2/forms/lib32/ssliftabw.o \ /u02/app/VIS/fs2/EBSapps/10.1.2/forms/lib32/ifzxtb.o \ /u02/app/VIS/fs2/EBSapps/10.1.2/forms/lib32/sixn.o \ /u02/app/VIS/fs2/EBSapps/10.1.2/forms/lib32/sixp.o \ /u02/app/VIS/fs2/EBSapps/10.1.2/forms/lib32/ui10.o /u02/app/VIS/fs2/EBSapps/10.1.2/forms/lib32/uiicxd.o \ -liplsn \ /u02/app/VIS/fs2/EBSapps/10.1.2/forms/lib32/istuic.o \ /u02/app/VIS/fs2/EBSapps/10.1.2/forms/lib32/istplu.o \ /u02/app/VIS/fs2/EBSapps/10.1.2/forms/lib32/istrwe.o \ -u iiflmp -u iifget -u iiffcb -u iiflog -u iiflov -u iifgdl -u iifatr -u iifeue -u iifwcnew -u iifwru \ /u02/app/VIS/fs2/EBSapps/10.1.2/forms/lib32/iwvgbm.o \ -libfrmw -liffw -lifcw -lijcw -liifw -lipc -lipfw -lipc -limfw -limc -liwfw -liwcw -litw -licw -lirm -lsosdw -lihm -libfrmw -lixw -liffw -lifcw -lijcw -lipfw -lipc -liicw -liiiw -liwfw -liwcw -liqw -litw -licw -lipc -lsosdw -limfw -limc -liplsn -lioc \ \ \ -lrws \ -lnn -lobx -lzrc -lvgs -ldeb -lucol -lca -luicc -lmma -lmmiw -lmmov -lmma -lmmos -lmmoi -lmmia -lmmft -lmmcm -luihx -luc -luipr -luimotif -lot -lrem -lree -lrec -luiimg -luimotif -luipr -luiimg -luc -lrem -luimotif -luia -ltknqap -luipr -luimotif -lutt -lix -lixd -lix -lixd -lrod -lror -lros -lrod -lror -lros -lrod -luat -lutc -lutj -lutl -lutsl -lpls10 -lplp10 -lplc10 -lpls10 -lplp10 -lslax10 -lsql10 -Bdynamic -z lazyload /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/nautab.o /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/naeet.o /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/naect.o /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/naedhs.o /u02/app/VIS/fs2/EBSapps/10.1.2/rdbms/lib32/kpudfo.o -lncrypt10 -lthread -laio -lposix4 -lm -lc `cat /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/sysliblist` -R /opt/SUNWcluster/lib:/u02/app/VIS/fs2/EBSapps/10.1.2/lib32:/opt/ORCLcluster/lib/ -Y P,:/opt/SUNWcluster/lib:/opt/ORCLcluster/lib/:/usr/ccs/lib:/usr/lib -Qy -lc -laio -lm /u02/app/VIS/fs2/EBSapps/10.1.2/lib32/WS6U2/lib/crtn.o -lsnls10 -ljvm -L/usr/dt//lib -Bdynamic -lXm -lgen -L/usr/openwin/lib/ -R/usr/openwin/lib/ -lXt -lX11 -lw -lm ld: warning: file libshare.so.1: required by /usr/lib/libzfs.so.1, not found ld: warning: file libkmf.so.1: required by /usr/lib/libzfs.so.1, not found ld: warning: file libxprop.so.1: required by /usr/lib/libzfs.so.1, not found Undefined first referenced symbol in file xprop_decode_string_default /usr/lib/libzfs.so.1 sa_share_remove /usr/lib/libzfs.so.1 sa_mntpnt_in_current_zone /usr/lib/libzfs.so.1 sa_init_fs_handle /usr/lib/libzfs.so.1 sa_locale_to_utf8 /usr/lib/libzfs.so.1 kmf_pk11_token_lookup /usr/lib/libzfs.so.1 xprop_decode_visible /usr/lib/libzfs.so.1 sa_share_read /usr/lib/libzfs.so.1 sa_share_free /usr/lib/libzfs.so.1 xprop_decode_inheritable /usr/lib/libzfs.so.1 sa_fs_unpublish /usr/lib/libzfs.so.1 sa_share_get_name /usr/lib/libzfs.so.1 sa_share_set_path /usr/lib/libzfs.so.1 sa_share_get_path /usr/lib/libzfs.so.1 xprop_decode_values /usr/lib/libzfs.so.1 xprop_decode_rightalign /usr/lib/libzfs.so.1 sa_valid_protocols /usr/lib/libzfs.so.1 sa_proto_first /usr/lib/libzfs.so.1 sa_proto_next /usr/lib/libzfs.so.1 sa_share_lookup /usr/lib/libzfs.so.1 sa_proto_to_dotval /usr/lib/libzfs.so.1 sa_share_read_oldprop_shares /usr/lib/libzfs.so.1 xprop_decode_values_list /usr/lib/libzfs.so.1 sa_share_set_mntpnt /usr/lib/libzfs.so.1 xprop_decode_colname /usr/lib/libzfs.so.1 sa_share_get_status /usr/lib/libzfs.so.1 sa_close /usr/lib/libzfs.so.1 sa_share_get_proto /usr/lib/libzfs.so.1 sa_share_proplist_from_share /usr/lib/libzfs.so.1 kmf_configure_keystore /usr/lib/libzfs.so.1 sa_share_read_fini /usr/lib/libzfs.so.1 sa_share_read_init /usr/lib/libzfs.so.1 sa_share_read_next /usr/lib/libzfs.so.1 sa_share_unpublish /usr/lib/libzfs.so.1 kmf_initialize /usr/lib/libzfs.so.1 kmf_finalize /usr/lib/libzfs.so.1 kmf_find_key /usr/lib/libzfs.so.1 sa_open /usr/lib/libzfs.so.1 sa_protocol_valid /usr/lib/libzfs.so.1 kmf_get_sym_key_value /usr/lib/libzfs.so.1 kmf_get_pk11_handle /usr/lib/libzfs.so.1 xprop_validate_name /usr/lib/libzfs.so.1 kmf_free_bigint /usr/lib/libzfs.so.1 sa_path_to_shr_name /usr/lib/libzfs.so.1 sa_share_validate /usr/lib/libzfs.so.1 sa_share_format_props /usr/lib/libzfs.so.1 sa_share_parse_from_props /usr/lib/libzfs.so.1 sa_share_find_init /usr/lib/libzfs.so.1 sa_share_find_fini /usr/lib/libzfs.so.1 sa_share_find_next /usr/lib/libzfs.so.1 sa_strerror /usr/lib/libzfs.so.1 xprop_decode_type /usr/lib/libzfs.so.1 salog_debug /usr/lib/libzfs.so.1 salog_error /usr/lib/libzfs.so.1 xprop_decode_boolean_default /usr/lib/libzfs.so.1 sa_share_write /usr/lib/libzfs.so.1 sa_share_parse /usr/lib/libzfs.so.1 sa_share_alloc /usr/lib/libzfs.so.1 sa_share_merge /usr/lib/libzfs.so.1 sa_share_publish /usr/lib/libzfs.so.1 kmf_set_attr_at_index /usr/lib/libzfs.so.1 sa_is_akd_present /usr/lib/libzfs.so.1 sa_default_shr_name /usr/lib/libzfs.so.1 sa_get_propdefs /usr/lib/libzfs.so.1 sa_fs_publish /usr/lib/libzfs.so.1 sa_share_validate_name /usr/lib/libzfs.so.1 ld: fatal: symbol referencing errors *** Error code 1 make: Fatal error: Command failed for target `frmweb' |
Administrator
|
This post was updated on .
Okay this sems to be an issue that is caused by Bug 24824744.
set LD_OPTIONS="-L/lib -L/lib/sparcv9" export LD_OPTIONS and retry relinking manually. Update me with the outcome. |
Hi Erman,
I modified adlnktools.sh and included the LD_OPTIONS as you recommended. LD_OPTIONS="-L/lib -L/lib/sparcv9" export LD_OPTIONS After that, adlnktools.sh can relink without problems :) thanks! Now, I set the LD_OPTIONS in my VNC session and running the rapidwiz again. I will update you. |
Administrator
|
Okay.. Let me check my own EBS 12.2 stage files and get back to you.
|
Administrator
|
I think, this is caused some make commands related with reports.
Locate inst_reports.mk file in your stage directory. In my stage, it is in EBSInstallMedia/AS10.1.2/Disk1/appsts/stage/tools34_reports.zip. unzip it and you will find the file reports/lib32/ins_reports.mk Modify that file to include LD_OPTIONS for every relink/compile for every executable. Rename your old tools34_reports.zip (rename it as tools34_old.zip) After that, zip the contents that you unzipped earlier with the name tools34_reports.zip At this point, your new tools34_reports.zip file will include a modified ins_reports.mk Lastly, re-execute rapidwiz and update me. Note: append the relevant line if it already included LD_OPTIONS Example 1: Before the change: $(LIBSRWUSO): rm -f rwsutil.o rwspid.o ; \ $(AR) x $(LIBSRWU) rwsutil.o rwspid.o ; \ (LD_OPTIONS="-z muldefs"; \ $(SOSD_REPORTS_LDSHARED) rwsutil.o rwspid.o \ -lm $(LIBCLNTSH) $(LLIBTHREAD) $(MOTIFLIBS) $(SYSLIBS) -lc ) After the change: $(LIBSRWUSO): rm -f rwsutil.o rwspid.o ; \ $(AR) x $(LIBSRWU) rwsutil.o rwspid.o ; \ (LD_OPTIONS="-L/lib -L/lib/sparcv9 -z muldefs"; \ $(SOSD_REPORTS_LDSHARED) rwsutil.o rwspid.o \ -lm $(LIBCLNTSH) $(LLIBTHREAD) $(MOTIFLIBS) $(SYSLIBS) -lc ) Example 2: Before: $(RRUNM) rwrun${RW_VERSION}x: $(LINK) $(JVMLIB) $(RXMARB) $(RUNSTUB) $(LIBSBM) After: $(RRUNM) rwrun${RW_VERSION}x: LD_OPTIONS="-L/lib -L/lib/sparcv9" \ $(LINK) $(JVMLIB) $(RXMARB) $(RUNSTUB) $(LIBSBM) |
Hi Erman
Thanks a lot , issue resolved . Installation completed successfull . Thanks for your replies |
Hi
I have the same issue on my installation upgrade. SLES 11.3 Sparc 64 bit From BD 11.2.0.4 and APPS 12.1.2 to Upgrade to 12.2.x Errors that I have: *** Error code 1 make: Fatal error: Command failed for target `webcached' Failed linking target install (webcache) on Mon Jul 3 18:38:49 CDT 2017... /u01/ebs/DEV122/fs2/EBSapps/10.1.2/reports/lib32 rm -f /u01/ebs/DEV122/fs2/EBSapps/10.1.2/lib32//librwu.so; \ rm -f /u01/ebs/DEV122/fs2/EBSapps/10.1.2/lib32//librw.so rm -f rwsutil.o rwspid.o ; \ /usr/ccs/bin/ar x /u01/ebs/DEV122/fs2/EBSapps/10.1.2/lib32//librwu.a rwsutil.o rwspid.o ; \ (LD_OPTIONS="-z muldefs"; \ .... /u01/ebs/DEV122/fs2/EBSapps/10.1.2/lib32/libclntsh.so: open failed: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `/u01/ebs/DEV122/fs2/EBSapps/10.1.2/lib32/librwu.so' Failed linking target libso_install on Mon Jul 3 18:38:49 CDT 2017... ... etc. Do you have the files modified to solve the issue? ../EBSInstallMedia/AS10.1.2/Disk1/appsts/stage/reports/lib32 cus_reports.mk env_reports.mk ins_reports.mk Apreciate your help. |
Administrator
|
Your case is actually different..
Your error is libclntsh.so: open failed: No such file or directory |
Administrator
|
You have this file : /u01/ebs/DEV122/fs2/EBSapps/10.1.2/lib32/libclntsh.so ?
Also, you configured the directory/file permissions correctly? You get this error while doing what? Which patch? Which action? |
Administrator
|
Answer the questions above and send me the whole log, so I can analyze..
|
Administrator
|
Francisco,
Please create a seperate issue for this one. Your problem differs from this one. |
In reply to this post by Rashat Malik
Dear Erman,
Just to keep this documented, I was having issues applying patch - 16778382 on 10.1.2 HOME for ebs r12.1.3 env. Error Details - ld: warning: file libucrypto.so.1: required by /usr/lib/libnsl.so, not found Undefined first referenced symbol in file MD5Init /usr/lib/libnsl.so MD5Final /usr/lib/libnsl.so MD5Update /usr/lib/libnsl.so ld: fatal: symbol referencing errors make: Fatal error: Command failed for target `/u01/appltst/ERPDEV/apps/tech_st/10.1.2/lib3 2/librw.so' This was resolved after setting - export LD_OPTIONS="-L/lib -L/lib/sparcv9" Thank you, Maaz |
Administrator
|
Hi Maaz,
Thanks for sharing. |
Free forum by Nabble | Edit this page |