The start up of the notes client (opt/ibm/lotus/notes/notes) fails with a lot of errors: java.lang.UnsatisfiedLinkError: /opt/ibm/lotus/notes/framework/rcp/eclipse/plugins/com.ibm.rcp.os.linux_6.2.0.200805251412/os/linux/x86/libos.so (/opt/ibm/lotus/notes/framework/rcp/eclipse/plugins/com.ibm.rcp.os.linux_6.2.0.200805251412/os/linux/x86/libos.so: cannot restore segment prot after reloc: Permission denied)
Errors within SELinux:
The /opt/ibm/lotus/notes/framework/rcp/eclipse/plugins/com.ibm.rcp.j2se.linux.x86_1.6.0.20080522-200805251412/jre/bin/notes2 application attempted to load /opt/ibm/lotus/notes/framework/rcp/eclipse/plugins/com.ibm.rcp.os.linux_6.2.0.200805251412/os/linux/x86/libos.so which requires text relocation. This is a potential security problem. Most libraries do not need this permission. Libraries are sometimes coded incorrectly and request this permission. The SELinux Memory Protection Tests web page explains how to remove this requirement. You can configure SELinux temporarily to allow /opt/ibm/lotus/notes/framework/rcp/eclipse/plugins/com.ibm.rcp.os.linux_6.2.0.200805251412/os/linux/x86/libos.so to use relocation as a workaround, until the library is fixed. Please file a bug report against this package.
Solution:
SELinux allows you to give access to the library:
chcon -t textrel_shlib_t /opt/ibm/lotus/notes/framework/rcp/eclipse/plugins/com.ibm.rcp.os.linux_6.2.0.200805251412/os/linux/x86/libos.so