Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> 10gr2 libaio.so.1 missing
I've reinstalled it at least 3 times.. each time the file is missing.
When I startup I get
oracleWRHS: error while loading shared libraries: libaio.so.1: cannot
open shared object file: No such file or directory
ERROR:
ORA-12547: TNS:lost contact
I also tried compiling async_on/off with no success
[WRHS_at_turin lib]$make -f ins_rdbms.mk async_on rm -f /u91/app/oracle/product/10g/rdbms/lib/skgaioi.o cp /u91/app/oracle/product/10g/rdbms/lib/skgaio.o
/u91/app/oracle/product/10g/ rdbms/lib/skgaioi.o cp: cannot stat `/u91/app/oracle/product/10g/rdbms/lib/skgaio.o': No such file or directorymake: *** [do_async_on] Error 1
lastly, I tried linking the file into $ORACLE_HOME/lib directory from $ORACLE_HOME/stubs and /usr/lib directories, which is apparently not a great thing to do:
!!! WARNING !!! --> libaio-2.3.2-stub.so
This is a stub library which can be used for linking only. It must
*not*
be used as a runtime library. Please make sure this library is not
found
in LD_LIBRARY_PATH.
Received on Fri Apr 14 2006 - 15:16:27 CDT