A message similar to the following one may appear while installing BitDefender on a Fedora Core system:
error: Failed dependencies:
libstdc++.so.5 is needed by BitDefender-common-2.x-x.i586libstdc++.so.5(CXXABI_1.2) is needed by BitDefender-common-2.x-x.i586libstdc++.so.5(GLIBCPP_3.2) is needed by BitDefender-common-2.x-x.i586libstdc++.so.5 is needed by BitDefender-mail-2.x-x.i586libstdc++.so.5(CXXABI_1.2) is needed by BitDefender-mail-2.x-x.i586libstdc++.so.5(GLIBCPP_3.2) is needed by BitDefender-mail-2.x-x.i586
Fedora Cores 5 through 8 ship with GCC 4.1. They provide the libstdc++.so.6 library.
Due to the fact that BitDefender Security for Mail Servers was compiled using an older version of the C compiler, the installation script looks for another version of that library, namely libstdc++.so.5. In order to satisfy this dependency, you must install the following package: compat-libstdc++-33.
Using yum, issue the followind command (logged in as root):
# yum -y install compat-libstdc++-33
Afterwards, you can retry installing the product.
| Solution ID: 415 | Created on 17 Dec 2007 14:13 |
| Language: English | Modified on 12 Nov 2008 11:36 |