Подскажите, почему не запускается установщик под линукс?
Сначала ругался вот так:
Код:
No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to
running this program.
Почему-то не нашёл путь, к жабе, указал вручную:
Код:
PATH="$PATH:/opt/icedtea6-bin-1.6.2/bin" ./LinuxInstaller.bin
Теперь пишет:
Код:
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Как это понимать? %) Где он ищет эти файлы? Они оба есть в каталоге /lib. Сделал симлинки оттуда в каталог с инсталлятором - эффект нулевой. Что можно сделать?