Domino for Linux will need to be able to find a certain file with filename
libjitc.so. This required file is absent from Mandrake Linux 8.1.
You will be unable to work correctly with the Agent Manager and Statistic Agent if
you ignore this section of mini-HOWTO.
To find out if the file is absent, you can use the locate command.
First, issue the following command at the command prompt (login as “root”):
bash#
updatedbThis command searches the hard drive and updates a database for the locate command in use. It can take a few minutes to run, but probably it will take only 20-30 seconds or so. Afterwards, issue the command:
bash#
locate libjitc.soIf
libjitc.sois on your hard drive somewhere, locate will find it and list where it is. If not, locate will list nothing. If libjitc.so is already there, it is probably already in your search path, until you get an error trying to work with Agent Manager and Statistic Agent indicating otherwise, just assume it is. If you do not havelibjitc.so, you will need to get it separately; it is not included as a part of the Domino for Linux package.The file
libjitc.sois included as a part of the IBM Developer Kit for Linux, which is IBM's port of Sun's JDK (Java Development Kit) 1.1.8 to Linux/x86.libjitc.sois the Java “Just-In-Time” compiler. The reason that this file is absent from SuSE 7.3 is that this Linux distribution comes with a different Java package named Kaffe Virtual Machine.You can download the IBM Developer Kit for Linux from http://www-106.ibm.com/developerworks/java/jdk/118/linux/?dwzone=java.
Prepare a directory to download JDK into. Change to the
/rootdirectory:bash#
cd /bash#cd /rootand make a new directory named
jdk118:bash#
mkdir jdk118Download the JDK into
/root/jdk118. Install the IBM Developer Kit for Java by issuing the following command as root:bash#
rpm -ivh IBMJava118-SDK-1.1.8-5.0-i386.rpmAfter successful installation of the IBM Developer Kit you need to copy
libjitc.soto the/libdirectory:bash#
cp /usr/jdk118/lib/linux/native_threads/libjitc.so /libYou can uninstall the IBM Developer Kit with Software or Package Manager to clean things up, but consider keeping the rpm file IBMJava118-SDK-1.1.8-5.0-i386.rpm. You may decide later that JDK 1.1.8 is something you want to install (for example, it's necessary for using the IBM DB2 UDB V7.x Linux Control Center).
Domino for Linux will need to be able to find a certain file with filename
libjitc.so. This required file is absent from SuSE 7.3 Professional. You
will be unable to work correctly with the Agent Manager and Statistic Agent if
you ignore this section of mini-HOWTO.
To find out if it is absent, you can use the locate command. First, issue the following command at the command prompt (log in as “root”):
bash#
updatedbThis command searches the hard drive and updates a database for the locate command in use. It can take a few minutes to run, but probably it will take only 20-30 seconds or so. Then issue the command:
bash#
locate libjitc.soIf
libjitc.sois on your hard drive somewhere, locate will find it and list where it is. If not, locate will list nothing. Iflibjitc.sois already there, it is probably already in your search path, until you get an error trying to work with Agent Manager and Statistic Agent indicating otherwise, just assume it is. If you do not havelibjitc.so, you will need to get it separately; it is not included as a part of the Domino for Linux package.The file
libjitc.sois included as a part of the IBM Developer Kit for Linux, which is IBM's port of Sun's JDK (Java Development Kit) 1.3 to Linux/x86. libjitc.so is the Java “Just-In-Time” compiler. The reason that this file is absent from SuSE 7.3 is that this Linux distribution comes with a different Java package named Java 2 SDK, Standard Edition.Install IBM Developer Kit version 1.3 with YaST2 control center. IBM Developer Kit is located on one of the seven SuSE 7.3 Professional installation CD-ROMs.
After successful installation of the IBM Developer Kit, you need to copy
libjitc.soto/lib:bash#
cp /usr/lib/jdk1.3/jre/bin/libjitc.so /lib