Пытался поставить 9i на debian testing. Получил:
Error occurred during initialization of VM
Unable to load native library: /tmp/OraInstall2005-11-04_05-49-12PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
Погуглил.
Because it's an undocumented export of glibc 2.2 that should never have
been used by applications, and is no longer present in glibc 2.3. Sun
stupidly used it in JDK 1.4.0 (and perhaps earlier versions?), which
therefore doesn't work with glibc 2.3. This is fixed in JDK 1.4.1.
На машине установлен JDK 1.4.2, но я так понимаю, инсталлятор пользуется своей устаревшей версией.
Что делать?
Даунгрейдить libc не предлагать.
Может, можно как-то заставить инсталлятор использовать другую java-машину?
Error occurred during initialization of VM
Unable to load native library: /tmp/OraInstall2005-11-04_05-49-12PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
Погуглил.
Because it's an undocumented export of glibc 2.2 that should never have
been used by applications, and is no longer present in glibc 2.3. Sun
stupidly used it in JDK 1.4.0 (and perhaps earlier versions?), which
therefore doesn't work with glibc 2.3. This is fixed in JDK 1.4.1.
На машине установлен JDK 1.4.2, но я так понимаю, инсталлятор пользуется своей устаревшей версией.
Что делать?
Даунгрейдить libc не предлагать.
Может, можно как-то заставить инсталлятор использовать другую java-машину?