SJSWS on Debian Linux AMD 64?
Hi everyone.
I wonder if there is a way to run SJSWS on my server with Debian Etch AMD 64. Though Sun does not provide 64-bit version for Linux, are there any ways to run 32-bit version on top of 64-bit OS? Setup executable says it cannot find libstdc++.so.5 though the library is installed:
torpeda:~# ./setup
./setup: errorwhile loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
torpeda:~# ls /usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.5
Are there any tricks or workaround to make it? Can any unofficial libraries help me? Or installing the whole 32-bit OS is the only way to run SJSWS on Linux?
Thanks in advance.
[752 byte] By [
ainkina] at [2007-11-27 1:43:25]

# 1
I got it.
In order to install SJSWS on out-of-the-box Debian Etch amd64 one needs to install the following Debian packages:
ia32-libs
lib32gcc1
Note that the server did not install with JDK 1.6.0_1 (64) giving this error in installation log:
Apr 20, 2007 11:08:51 AM com.sun.web.admin.configurator.ConfigureServer main
FINE: /opt/webserver7/lib/libwsconfigurator.so:
/opt/webserver7/lib/libwsconfigurator.so: cannot open shared object file: No
such file or directory
java.lang.UnsatisfiedLinkError: /opt/webserver7/lib/libwsconfigurator.so:
/opt/webserver7/lib/libwsconfigurator.so: cannot open shared object file: No
such file or directory
It installed well with boundled JDK 1.5.0_9 (32).