When installing Notes from CD onto an RHEL 5 Linux client, mount the CD drive using exec as a gconf mount option. You can then insert the Notes installation CD and run the installer by typing ./setup.sh. By default, RHEL 5 does not allow execute permission on a mounted CD drive.
To properly mount the RHEL 5 client drive, use the following command:
gconftool-2 /system/storage/default_options/iso9660/mount_options
-s "[exec]" -t list --list-type=string
Optionally, you can mount the drive using your UID settings:
gconftool-2 /system/storage/default_options/iso9660/mount_options
-s "[exec,uid=]" -t list --list-type=string
After installation is complete, change back to the default permissions as below.
gconftool-2 /system/storage/default_options/iso9660/mount_options
-s "[]" -t list --list-type=string