Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28632 Discussions

Error while loading shared libraries

Deleted_U_Intel
Employee
366 Views
I installed IFC under Red Hat linux 8.0,I triedto run a simple test. I generated the exec without any problem, with ifort -o, but when I run it,it generates this error:
Error while loading shared libraries: libcxa.so.5: cannot open shared object file: No such file or directory.
What can i do to solve this?
Thanks.
0 Kudos
1 Reply
TimP
Honored Contributor III
366 Views
The LD_LIBRARY_PATH environment variable should include the directory where you put the shared libraries which came with ifc. If you haven't moved things around since you installed, the ifcvars.sh or ifcvars.csh script, according to your choice of shell, should set it.
0 Kudos
Reply