Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    ld.so.1: rts32: fatal: libcobrts.so.2: open failed: No such file or directory

    • Article Type: General
    • Product: Aleph
    • Product Version: 20

    Description:
    Applied AIK20 and upgraded cobol from 4 to 5.
    Changed the soft link to /exlibris/product/cobol5 in the version 18 a-tree.
    On restarting aleph18 test server on a solaris OS get the error messages for all the libraries
    " - ABC01
    ld.so.1: rts32: fatal: libcobrts.so.2: open failed: No such file or directory
    Killed
    [1] 22816
    ld.so.1: rts32: fatal: libcobrts.so.2: open failed: No such file or directory
    Killed"

    How to fix this?
    Tried changing the soft link to what it was before but nothing changed, get the same error messages.

    Resolution:
    Update the LD_LIBRARY_PATH in version 18 aleph_start to have the variable $COBDIR/lib instead of $COBDIR/coblib

    diff aleph_start.original aleph_start
    442c442
    < setenv LD_LIBRARY_PATH "${aleph_product}/local/perl:$COBDIR/coblib:${aleph_product}/local/gcc/lib:/lib:/usr/lib:/lib:/usr/ucblib:/exlibris/app/oracle/product/102/lib32:/exlibris/app/oracle/product/102/ctx/lib:"
    ---
    > setenv LD_LIBRARY_PATH "${aleph_product}/local/perl:$COBDIR/lib:${aleph_product}/local/gcc/lib:/lib:/usr/lib:/lib:/usr/ucblib:/exlibris/app/oracle/product/102/lib32:/exlibris/app/oracle/product/102/ctx/lib:"


    • Article last edited: 10/8/2013