I am installing Oracle 9i client runtime on AIX 5.1-003. The
installation completes successfully, but neither the Net Configuration
Assistant or SQLPLUS will run.
I get the following error when trying to run netca:
Error loading native library: libnjni9.so.
java.lang.UnsatisfiedLinkError: jniGetOracleHome
at oracle.net.common.NetGetEnv.getOracleHome(NetGetEn v.java)
at oracle.net.ca.CmdlineArgs.setOraArgs(CmdlineArgs.j ava)
at oracle.net.ca.NetCA.<init>(NetCA.java)
at oracle.net.ca.NetCA.main(NetCA.java)
I get the following error when trying to run sqlplus:
exec(): 0509-036 Cannot load program sqlplus because of the following
errors:
0509-130 Symbol resolution failed for
/usr/lib/libc.a[aio_64.o] because:
0509-136 Symbol kaio_rdwr64 (number 0) is not exported from
dependent module /unix.
0509-136 Symbol listio64 (number 1) is not exported from
dependent module /unix.
0509-136 Symbol acancel64 (number 2) is not exported from
dependent module /unix.
0509-136 Symbol iosuspend64 (number 3) is not exported from
dependent module /unix.
0509-136 Symbol aio_nwait (number 4) is not exported from
dependent module /unix.
0509-150 Dependent module libc.a(aio_64.o) could not be
loaded.
0509-026 System error: Cannot run a file that does not have a
valid format.
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
I have the LIBPATH set as directed by installation guide (though that
doesn't seem necessary since netca script sets it as well):
LIBPATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib
Anyone else have a similar problem(s)? Any solutions?
Thanks,
Rick