Red Hat 9: No lsxbe in java.library.path

We have written a standalone Java application which works fine on Win32. But if we want to start it on Red Hat 9, we get the following error:

java.lang.UnsatisfiedLinkError: no lsxbe in java.library.path

    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)

    at java.lang.Runtime.loadLibrary0(Runtime.java:788)

    at java.lang.System.loadLibrary(System.java:832)

    at lotus.domino.NotesThread.load(NotesThread.java:299)

    at lotus.domino.NotesThread.checkLoaded(NotesThread.java:320)

    at lotus.domino.NotesThread.initThread(NotesThread.java:140)

    at lotus.domino.NotesThread.run(NotesThread.java:202)

I have seen that there are bypasses under Win32 by renaming/coping a dll. What is needed on the Linux platform?

Thank you for your support

Andy Brunner

CLP/CLI ND6

Subject: Red Hat 9: No lsxbe in java.library.path

I’ve heard Domino 6 has some general problems with RH9. Have you tried this on RH8 or 7.3?

Subject: RE: Red Hat 9: No lsxbe in java.library.path

Yes the same problem is on RH7.3.

BTW: My other Domino 6.0.1CF1 server runs fine on RH9 since I added “export LD_ASSUME_KERNEL=2.2.5” to the start script.