- 论坛徽章:
- 0
|
在FC4中安装完DOMINO65后,准备配置时,出现问题
问题:
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?
解决办法:
The error occurs because you need to install the compatibility libraries, as follows:
1. Check if the "compat-libstdc++" package is installed:
# rpm -qa | grep compat-libstdc++
2. If the library is not installed, you must install the RPM package:
compat-libstdc++-7.3-2.96.122.i386.rpm
This RPM package can be found on CD 3 of the Red Hat Enterprise Linux install media under Redhat/RPMS:
# rpm -ivh compat-libstdc++-7.3-2.96.122.i386.rpm
3. Then modify the hidden .bashrc_profile in the home\notes directory and add the following line:
export LD_ASSUME_KERNEL=2.2.5
Log back into Domino, and it should work fine.
注意事项:
This is an unsupported configuration. As of Domino 6.5, we support Domino only on the following:
Red Hat 7.2
Red Hat Advanced Server 2.1 (for uni-processor machines only)
SuSE 8.0 (Server and Enterprise)
United Linux 1.0
Always refer to the Release Notes for the version you are trying to install for official Supported Platform information. |
|