DominoOnUbuntu

Domino 7.x

Installation

The dash shell that Ubuntu installs by default doesn't support the dot '.' source command, therefor you need to restore the link to bash with

# sudo rm /bin/sh
# sudo ln -s /bin/bash /bin/sh

After installation you need to set the setuid bit on bindsock and server with

# sudo chmod 4550 /opt/lotus/notes/latest/linux/server
# sudo chmod 4550 /opt/lotus/notes/latest/linux/tunekrnl

Running

On Ubuntu 6.10 and above you need to have gawk installed, otherwise your console will overflow with errors from nsd.sh.

# apt-get install gawk

On 64-bit platforms you need the 32-bits compatibility libraries as well. You will get a seemingly unrelated error about tunekrnl and server: File not found if they are missing. ia32-libs includes libstdc++6 and libc6-i386

# apt-get install ia32-libs

Quickstart Guide for Installing Domino 7 on SLES 9 Linux forums

DominoOnUbuntu (last edited 2008-08-06 16:41:05 by localhost)