Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Problems relinking after filesystem move
I moved my ORACLE_HOME directory from /u02 to /d01. I manually changed
these paths in $ORACLE_HOME/lib/ldflags and in
$ORACLE_HOME/rdbms/lib/nmliblist to reflect the new filesystem. I set the
new oracle environment and when running the ins_rdbms.mk make, a fatal error
occures during the iextproc portion due to "unable to locate libjava.so".
However the libjava.so is safely in the JRE directory/link.
If I create a temporary link from the old $ORACLE_HOME to the new
$ORACLE_HOME the process works correctly, which tells me that there is a
hard coded link somewhere pointing to the old $ORACLE_HOME. I greped the
entire directory and could not locate it. Does anyone have an idea where
this could be?
Any help is appreciated.
Thanks. Received on Tue Nov 28 2000 - 13:45:14 CST
![]() |
![]() |