Google Site SearchFN Site Search FN Blog Login FN Blog Login
Site Navigation:
 
 

Fedora Tips

by Krishnan Subramanian

2004-01-23 Fedora Tips 25:
Question:
You attempt to install Domino 6.x on RedHat 8/9 but receive the following error:

"libstdc++-libc6.1-1.so.2 not found" Why does this occur?

Answer:
The error occurs because you need to install the compatibility libraries, as follows:

http://at.rpmfind.net/opsys/linux/RPM/redhat.com/dist/linux/8.0/en/os/i386/compat-libstdc++-7.3-2.96.110.i386.html

Then modify the hidden .bashrc_profile in the home\notes directory and add the following line:

export LD_ASSUME_KERNEL=2.2.5
The setup of Domino should now work right. The above setup is related to kernel 2.4.x.

Furthermore has it not been possible for me to set up Domino on Fedora Core 1 running the 2.4.x kernel. By upgrading the kernel to 2.6.x (1) and doing an "export LD_ASSUME_KERNEL=2.2.5" it will be possible to continue the setup of Domino.

This is all related to the NPTL changes in the kernel which breaks some backwards compatability.

(Notice that this an unsupported config of Domino, but it works) - submitted by Kjeld Vang Larsen