How do you install Domino 6 on a Debian-based Linux?
From Ian Cherrill: There are two problems to getting Domino 65 working on Knoppix 3.2 (based on Debian) (1) Missing required library libstdc++-libc6.1-1.so.2 (2) Incompatible JVM You’ll need to fix the library problem before trying to install Domino if memory serves me, and the second problem needs to be fixed before trying to run the HTTP task, though it is best fix it as soon as Domino files have been installed. To solve (1) use APT to install the correct DEB package like this: apt-get install libstdc++2.9-glibc2.1 or if this does not work you can download the package manually and use dpkg -i libstdc++2.9-glibc2.1 (maybe .DEB on the end of the filename – not sure, apt-get worked for me) Solving (2) is more tricky: (a) download IBM’s JRE 1.3.1 for Linux on Intel from their website. Unpack it (using ark or tar zxvf on the command line) to a place of you choice – I chose /opt/lotus/ibmjava/jvm just to keep it near the Domino install. No “install” is required. (b) as root change to the l