LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   what is the shared libraries "libcxa.so.5" (https://www.linuxquestions.org/questions/linux-software-2/what-is-the-shared-libraries-libcxa-so-5-a-345248/)

ztdep 07-21-2005 12:45 AM

what is the shared libraries "libcxa.so.5"
 
when i use a software in linux , it says : shared libraries libcxa.so.t5is needed .

but where can i find the shared libraries .

i use the intel fortran 8.0 to compile my softwere sources.


i use redhat enterpirse es 3


regards

Half_Elf 07-21-2005 06:54 PM

I believe this library is a part of the intel compiler... as you already have it, maybe you are missing some developement package relative to intel or fortran compiler?
Have you searched on your system in case you already have any library named "libcxa.so" hided somewhere non standard ?

ztdep 07-21-2005 07:47 PM

thank you very much ,but the system reaaly has the that file , why the intel compiler can not find it

regards

Half_Elf 07-21-2005 07:57 PM

where is the file? When your system want to find the file, it looks in some standard directories.... if it is somewhere else it won't find it.

foo_bar_foo 07-21-2005 09:25 PM

put the intel lib directory
mine is /opt/intel_cc_80/lib
in /etc/ld.so.conf
and as root run
ldconfig

ztdep 07-21-2005 11:33 PM

Dera foo_bar_foo:
i have resolve that problem .but another one came .

forrtl: info: Fortran error message number is 24.
forrtl: warning: Could not open message catalog: ifcore_msg.cat.
forrtl: info: Check environment variable NLSPATH and protection of /usr/lib/ifcore_msg.cat.

i have check ed protection of /usr/lib/ifcore_msg.cat ,but there was a lock on its icon , and i can not modify its read and write.
i login as root . i use redhat enterprise es 3 .
regards


All times are GMT -5. The time now is 10:35 AM.