Help, Recently we cannot successfully run procedure we get the following error:
SQL> begin begin_letter_debug(9);end; 2 / begin ext_letter_debug(9);end; * ERROR at line 1: ORA-06520: PL/SQL: Error loading external library ORA-06522: ld.so.1: extprocPLSExtProc: fatal: libgcc_s.so.1: open failed: N such file or directory ORA-06512: at "LE.EXT_LETTER_DEBUG", line 0 The problem is ... we can ldd the compiled object and we see "No Such File" but when we do a which as oracle user we find the file. It appears to be a pathing or LD_PATHING problem but how can we isolate the issue? Anyway, deal with this before? Solaris 2.8 Oracle 9.2 -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: <[EMAIL PROTECTED] INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
