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.Unsat isfiedLinkError : jniGetOracleHom e
at oracle.net.comm on.NetGetEnv.ge tOracleHome(Net GetEnv.java)
at oracle.net.ca.C mdlineArgs.setO raArgs(CmdlineA rgs.java)
at oracle.net.ca.N etCA.<init>(Net CA.java)
at oracle.net.ca.N etCA.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_H OME/lib
Anyone else have a similar problem(s)? Any solutions?
Thanks,
Rick
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.Unsat isfiedLinkError : jniGetOracleHom e
at oracle.net.comm on.NetGetEnv.ge tOracleHome(Net GetEnv.java)
at oracle.net.ca.C mdlineArgs.setO raArgs(CmdlineA rgs.java)
at oracle.net.ca.N etCA.<init>(Net CA.java)
at oracle.net.ca.N etCA.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_H OME/lib
Anyone else have a similar problem(s)? Any solutions?
Thanks,
Rick
Comment