$ORACLE_HOME/lib32 is missing or pointing to a wrong location,
recreate the symbolic link
$ rm $ORACLE_HOME/lib32/ldflags
create lib32 in apps oracle home (mkdir $ORACLE_HOME/lib32)
after this please do the necessary as follows.
$ ln -s $ORACLE_HOME/lib/ldflags $ORACLE_HOME/lib32/ldflags
go to .
/apps/tech_st/10.1.2/forms/lib/make -f ins_forms.mk install
2.Relink forms executables.
Please follow the next below steps:
2.1. Source the Applications environment file
2.2. Run the following command to relink the forms from 10.1.2 home/lib folder
make -f ins_forms.mk installOr make -if ins_forms.mk install
The Issue should be resolved.
1 comment:
Hi, Thanks for easiest way!
As there were 1000s of way, described by other!
Best of Luck man!
Post a Comment