Intel Compiler ldconfig error
Hello,
After upgrading my RH 7.2 system to RH 9, I began getting the following errors:
[root@orion i386]# ldconfig
ldconfig: File /opt/intel.71/compiler70/ia32/lib/libcprts.so is too small, not checked.
ldconfig: File /opt/intel.71/compiler70/ia32/lib/libcxa.so is too small, not checked.
ldconfig: File /opt/intel.71/compiler70/ia32/lib/libunwind.so is too small, not checked.
ldconfig: File /opt/intel.71/compiler70/ia32/lib/libCEPCF90.so is too small, not checked.
ldconfig: File /opt/intel.71/compiler70/ia32/lib/libF90.so is too small, not checked.
ldconfig: File /opt/intel.71/compiler70/ia32/lib/libIEPCF90.so is too small, not checked.
ldconfig: File /opt/intel.71/compiler70/ia32/lib/libPEPCF90.so is too small, not checked.
ldconfig: File /opt/intel.71/compiler70/ia32/lib/libPOSF90.so is too small, not checked.
ldconfig: File /opt/intel.71/compiler70/ia32/lib/libintrins.so is too small, not checked.
ldconfig: File /opt/intel_cc_80/lib/libcprts.so is too small, not checked.
ldconfig: File /opt/intel_cc_80/lib/libcxa.so is too small, not checked.
ldconfig: File /opt/intel_cc_80/lib/libcxaguard.so is too small, not checked.
ldconfig: File /opt/intel_cc_80/lib/libunwind.so is too small, not checked.
[root@orion lib]# pwd
/opt/intel_cc_80/lib
[root@orion lib]# ls -la libcprts.so
-rwxr-xr-x 1 root root 24 Oct 28 11:37 libcprts.so
[root@orion lib]# more libcprts.so
INPUT ( libcprts.so.5 )
[root@orion lib]# ls -l libcprts.so.5
-rwxr-xr-x 1 root root 600865 Oct 28 11:37 libcprts.so.5
Anybody understand what's going on here, and how it may be solved?
|