I'm unable to install NDS 2.0 for Linux on my home computer.
First of all, setup.bin fails after it sets LD_ASSUME_KERNEL=2.2.5 environmental variable which causes a lot of mesages like this
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
and installation fails. If I disable this place in setup.bin like suggested e.g. on http://portal.suse.com/sdb/en/2002/1..._anywhere.html
the installation process goes further but still breaks with the following message:
[...]
Extracting the installation resources from the installer archive...
Extracting install.zip from ./setup.bin to /tmp/install.dir.7202/InstallerData/installer.zip ...
Extracting done, exit code = 0
Configuring the installer for this system's environment...
Launching installer...
Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX
I have a custom Linux installation with kernel 2.4.22, glibc-2.2.6 and Sun Java J2SE 1.4.2_01-b06 (seems working Ok).
Could anyone suggest what I can try to complete the installation? Thank you in advance

Reply With Quote

