Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

[Solved] Installation Error (error while loading shared libraries: libstdc++.so.5)

aelena
Beginner
267 Views
Hi,

I'm having trouble with the installation of the Intel C++ Compiler for Linux (not in /opt but in /usr because of the available disk space).

Here is the content of the log file (same issue with C++) :

Intel C Compiler for applications running on IA-32, Version 10.1 Build 20080312 Package ID: l_cc_p_10.1.015Copyright (C) 1985-2008 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY

/usr/intel/cc/10.1.015/bin/mcpcom: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
compilation aborted for /tmp/install_cc.sh15059/test_cc.15059.c (code 127)
Problems with C compiler: <>!=

Linux OS : Debian 4.0

G++ version : g++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

And if I try to compile C++ code with icpc I've got the same error.

What can I do ?

Thanks in advance for your answer.


Adrien

Solved : I installed libstdc++5 and it works now. Sorry...Angry smiley [:@]
0 Kudos
0 Replies
Reply