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

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

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

    Description:
    You see the following error doing "dlib", starting a server, or in a batch log:

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

    Resolution:
    In one case, the following commands corrected the problem:

    source $alephe_root/aleph_start
    compile_cc com_c java_server **
    create_rts

    ** This requires a source_decrypt of the ./alephm/source/com_c programs.

    Shut down Aleph and restart it.


    In another case: "When we added the JAVA-definitons to aleph_start we added them after the exit-command by mistake. Moving them before the "exit" corrected the problem."


    In a third case: We moved lines:

    setenv JAVA_ENABLED TRUE
    setenv LD_LIBRARY_PATH "${LD_LIBRARY_PATH}:$JAVA_HOME/jre/lib/$JAVA_MACHINE"
    setenv LD_LIBRARY_PATH "${LD_LIBRARY_PATH}:$JAVA_HOME/jre/lib/$JAVA_MACHINE/server"

    to bottom of aleph_start, after other setenv LD_LIBRARY_PATH statements [but before the "exit"].


    • Article last edited: 10/8/2013