Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29283 Discussions

Error while loading shared libraries

Deleted_U_Intel
Employee
547 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
547 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