From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13467 invoked by alias); 3 Oct 2012 22:19:26 -0000 Received: (qmail 13430 invoked by uid 48); 3 Oct 2012 22:19:05 -0000 From: "anilkris at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/26472] Default path for libgcc_s.sl is build directory Date: Wed, 03 Oct 2012 22:19:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: anilkris at hotmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-10/txt/msg00252.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26472 Anil Krishnan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anilkris at hotmail dot com --- Comment #16 from Anil Krishnan 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 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