- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In previous versions installing icc onto a x64 Centos was a matter of making sure the 32 bit libs were installed. I've just installed compat-libstdc++-296.i686 and compat-libstdc++-33.i686 (with yum) and the installer is still saying "32 bit libraries not found". Does anyone know which rpm(s) icc needs. It is allowing me to click "next", should I just go ahead and do that?
Thanks,
James
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi James,
You may need 32-bit glibc-devel as well, if you don't have it. I think (but I'd have to go back and verify) that when the installation gives that warning, there's a selection for more information that may list the packages needed. See the article at https://software.intel.com/en-us/articles/using-intel-compilers-for-linux-under-redhat-enterprise-linux-or-centos for more helpful information on installing the compilers on this OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Brandon,
That article is a little out of date but in reading it I realized there was probably a 32 bit libstdc++-devel, which there is and that seemed to do the trick!
So the fix was:
$ sudo yum install libstdc++-devel.i686
Installer proceeded from there on.
Thanks again,
- James

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page