http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26472
Anil Krishnan <anilkris at hotmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anilkris at hotmail dot com --- Comment #16 from Anil Krishnan <anilkris at hotmail dot com> 2012-10-03 22:18:59 UTC --- Hi I am getting the following error when I run a concurrent programs in Oracle R12.1.3, which calls a Pro *C executable. /usr/lib/dld.sl: Can't find path for shared library: libstdc++.sl.5 /usr/lib/dld.sl: No such file or directory /d701/oracle/cfo/bin/CFORPPL Program was terminated by signal 6 ----------------------------------------------------------------------------------------- more information : we have libstdc++.sl.5 available in the path /usr/lib/. An ls -ltr in /usr/lib/ gives ls -ltr libstdc++.sl.5 lrwx------ 1 root sys 35 Feb 28 2012 libstdc++.sl.5 -> /usr/syncsort/lib/libstdc++.sl.5_32 similarly an ls -ltr in /usr/syncsort/lib/ gives -rwxr-xr-x 1 root sys 5768296 Feb 8 2006 /usr/syncsort/lib/libstdc++.sl.5 I am not sure what is the issue?? For apps mgr /home/appsimd1>echo $SHLIB_PATH /d701/oracle/apps/apps_st/appl/pay/12.0.0/vendor/quantum/lib: /d701/oracle/apps/tech_st/10.1.2/jdk/jre/lib/PA_RISC2.0: /d701/oracle/apps/tech_st/10.1.2/jdk/jre/lib/PA_RISC2.0/server: /d701/oracle/apps/apps_st/appl/cz/12.0.0/bin: /d701/oracle/apps/tech_st/10.1.2/lib32: /d701/oracle/apps/tech_st/10.1.2/lib: /usr/dt/lib: /d701/oracle/apps/tech_st/10.1.2/jdk/jre/lib/PA_RISC2.0: /d701/oracle/apps/tech_st/10.1.2/jdk/jre/lib/PA_RISC2.0/server: /d701/oracle/apps/apps_st/appl/sht/12.0.0/lib: /d701/oracle/apps/tech_st/10.1.2/lib: /usr/lib: /usr/syncsort/lib but for a normal user <imd1> echo $SHLIB_PATH /d701/oracle/apps/apps_st/appl/pay/12.0.0/vendor/quantum/lib: /d701/oracle/apps/tech_st/10.1.2/jdk/jre/lib/PA_RISC2.0: /d701/oracle/apps/tech_st/10.1.2/jdk/jre/lib/PA_RISC2.0/server: /d701/oracle/apps/apps_st/appl/cz/12.0.0/bin: /d701/oracle/apps/tech_st/10.1.2/lib32: /d701/oracle/apps/tech_st/10.1.2/lib: /usr/dt/lib: /d701/oracle/apps/tech_st/10.1.2/jdk/jre/lib/PA_RISC2.0: /d701/oracle/apps/tech_st/10.1.2/jdk/jre/lib/PA_RISC2.0/server: /d701/oracle/apps/apps_st/appl/sht/12.0.0/lib: /usr/syncsort/lib: /opt/microfocus/cobol/lib I am not sure what is the unix user the Oracle Concurrent program is using. Is it a path issue? Please help