The concurrent
program fails in Oracle EBS with ld.so.1: rwrun: fatal: librw.so: open failed:
No such file or directory
Issue:
The concurrent program fails with below error, in Oracle
Applications R12.2, R12.1
ld.so.1: rwrun: fatal: librw.so: open failed: No such file
or directory
Resolution:
Export the LD_OPTIONS and Run the “make -f ins_reports.mk
install” command
export LD_OPTIONS=-L/lib
cd $ORACLE_HOME/reports/lib
make -f ins_reports.mk install
Reference: Oracle Doc ID 2260710.1