What are the steps needed to Clean up the Libraries during Relinking of Reports on AIX?
(Doc ID 834577.1)
Last updated on OCTOBER 05, 2023
Applies to:
Oracle Reports Developer - Version 10.1.2.0.2 to 10.1.2.3 [Release Oracle10g to 10gr2]IBM AIX on POWER Systems (64-bit)
IBM AIX Based Systems (64-bit)
Symptoms
While trying to relink the Reports Services the following error is thrown:
<prompt>:/<ORACLE_HOME>/reports/lib32 >> make -f ins_reports.mk install
/<ORACLE_HOME>/bin/mkexp.sh /<ORACLE_HOME>/lib32//librwu.a > librwuso.exp
rm -f rwsutil.o rwspid.o ; /bin/ar x /<ORACLE_HOME>/lib32//librwu.a rwsutil.o rwspid.o
; (LD_OPTIONS="-zmultidefs"; ld -o /<ORACLE_HOME>/lib32//librwu.so -bM:SRE -bnoentry
-bnolibpath -bE:librwuso.exp rwsutil.o rwspid.o -lm -lc -lm -ldl
/<ORACLE_HOME>/lib32/libclntsh.a -lpthreads -L/usr/lpp/X11/lib/R6 -L/usr/lpp/X11/lib/R6/Motif2.1
-lXm -lXt -lX11 -lm `cat /orasys/ora1012/lib32/sysliblist` /<ORACLE_HOME>/lib32/libclntst10.a )
ld: 0711-851 SEVERE ERROR: Output file: /<ORACLE_HOME>/lib32//librwu.so
The file is in use and cannot be overwritten.
make: 1254-004 The error code from the last command is 12..
/<ORACLE_HOME>/bin/mkexp.sh /<ORACLE_HOME>/lib32//librwu.a > librwuso.exp
rm -f rwsutil.o rwspid.o ; /bin/ar x /<ORACLE_HOME>/lib32//librwu.a rwsutil.o rwspid.o
; (LD_OPTIONS="-zmultidefs"; ld -o /<ORACLE_HOME>/lib32//librwu.so -bM:SRE -bnoentry
-bnolibpath -bE:librwuso.exp rwsutil.o rwspid.o -lm -lc -lm -ldl
/<ORACLE_HOME>/lib32/libclntsh.a -lpthreads -L/usr/lpp/X11/lib/R6 -L/usr/lpp/X11/lib/R6/Motif2.1
-lXm -lXt -lX11 -lm `cat /orasys/ora1012/lib32/sysliblist` /<ORACLE_HOME>/lib32/libclntst10.a )
ld: 0711-851 SEVERE ERROR: Output file: /<ORACLE_HOME>/lib32//librwu.so
The file is in use and cannot be overwritten.
make: 1254-004 The error code from the last command is 12..
Changes
This issue occurs when relinking of Reports Services is done after a certain patch is applied; for example, when upgrading from version 10.1.2.0.2 to 10.1.2.2 or 10.1.2.3.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |