Bug #28202 icc binaries have libstdc++ dependency
Submitted: 2 May 2007 14:34 Modified: 16 Mar 2009 12:41
Reporter: Matthew Lord Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:all, 5.0, 5.1 OS:Any (icc)
Assigned to: Joerg Bruehe CPU Architecture:Any
Tags: bfsm_2007_05_03, icc, libstdc++

[2 May 2007 14:34] Matthew Lord
Description:
Our icc binaries link against libstdc++.  We should avoid this if at all possible.

How to repeat:
download mysql-enterprise-gpl-5.0.40-linux-x86_64-icc-glibc23.tar.gz
tar xzvf mysql-enterprise-gpl-5.0.40-linux-x86_64-icc-glibc23.tar.gz
ldd mysql-enterprise-gpl-5.0.40-linux-x86_64-icc-glibc23/bin/mysqld

Suggested fix:
get rid of this dependency if possible
[2 May 2007 21:29] Mark Lehmann
I suspect this is a higher severity than S3.  People on RHEL3 cannot upgrade to 5.0.37+ due to this dependency.  RHEL3 doesn't offer the libstdc++.6.so in another library.  Using a different RPM which contains the libstdc++.6.so from Fedora Core or other Redhat Releases makes RHEL3 unsupported.
[29 Apr 2008 7:35] Sveta Smirnova
Same for mysql-5.1.24-rc-linux-i686-icc-glibc23.tar.gz binaries