cannot open shared object file: libaio.so.1 at SQLPLUS...
oracleXE: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
I did a find and found the following:
find / -name "*libaio.so.1*" 2>/dev/null
/usr/lib64/libaio.so.1.0.0
/usr/lib64/libaio.so.1.0.1
/usr/lib64/libaio.so.1
Shouldn't Oracle XE have installed it's own file..?
Jim Bennett