- setup TCPIP - Added link to libstdc library: In usr/lib created link, libstdc++.so.6.0.4, named libstdc++.so.5 - CXXABI_1.2, GLIBCPP_3.2.2, GLIBCPP_3.2, CXXABI_1.2, GLIBCPP_3.2.2, GLIBCPP_3.2, CXXABI_1.2 Not found errors Fedora Core 4 has gcc 4.0 that provides libstdc++.so.6, Domino requires version, libstdc++.so.5, of this library. In order to satisfy this dependency, the compat-libstdc++-33-3.2.3-47.fc4.i386 package must be installed. (you can find it on the distribution CDs) - Next, Java/JVM had a couple errors with missing files -- 1st error missing: libxp.so.6 get from deprecated library: xorg-x11-deprecated-libs-6.8.1-12.i386.rpm -- 2nd error, missing: libstdc++libc6.2-2.so.3 get from deprecated library: compat-libstdc##-296-2.96-132.fc4.i386.rpm - java not installed version issue: (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 lotus program directory (/opt/lotus/notes/latest/linux). You need to symlink one directory ("jvm") and one file ("java") to the IBM Java installation, so: rm java ln -s /opt/lotus/ibmjava/jvm/bin/java java mv jvm jvm_old ln -s /opt/lotus/ibmjava/jvm/ jvm - Ulimit from 1024 to 20000 warning in startup