Problem installing Oracle 9i on a Debian 64bits (LD_ASSUME_KERNEL)
Hi,
I'm trying to install Oracle 9i on a Debian 64 bits server.
When I launch runInstaller, the installation process stops at 18% "copying naeet.o".
I had the same problem when I installed Oracle 9i on a RedHat 4, but I solved it by setting this env variable :
export LD_ASSUME_KERNEL=2.4.1
But when I do this on Debian, I can't run any command anymore, I get this error :
ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
I've been searching, but I can't find how to set LD_ASSUME_KERNEL without these side effects !
Can anyone please help ?
Thanks !