Install Lotus Notes 8 GOLD on Ubuntu 7.04
New procedure, new experiments, actually I’ve grabbed this solution from the Domino install how-to, and then I’ve made some changes from my beta3 guide. I’ll hope that this how-to will be more simple and less faulty than others. Some disclaimer: for beta 3 Sun’s JREs cause some problems, they are requisite for installing on Ubuntu (only for beta), but if you leave them installed you’ll probably experience annoying crashes (other than normal bugs found on betas), so this time i started WITHOUT Sun JRE, only the GCJ correctly configured. Another italian blogger says this conflict are not present in gold version, but I prefered to not test this.
VERSIONE ITALIANA (ITALIAN TRANSLATION)
I was starting from beta3 installed, even if was named as “production” I wasn’t confident in making an upgrade to GOLD, so I choose to uninstall before install final release. I’ve clean all user’s homedirs from notes directories. I’ll presume that current user is the only one with notes configured, exception from this assumption I think you can handle by yourself using command below as example
:
$ rm -R -f lotus
Next you have to uninstall Notes (not simple, nor fast), but before we have to make BASH default shell, I’m not sure this is useful ’cause it was something I’v learned from beta3 experiments, but at least for me nothing gone bad (or drove me mad), so I advise to you to do this:
$ ln -sf bash /bin/sh
$ cd /opt/ibm/lotus/notes/_uninst/
HINT: Default installs are here, if you’ve changed something try a locate for “uninstaller.bin”
Now I’ve enabled root to make interactive login, then made the logon to complete install:
$ sudo passwd root
$ su
$ ./uninstaller.bin
$ cd ~
$ mkdir notes8inst
$ mv /anywhere/you/downloaded/the/tar/notes8_gold.tar ~/notes8inst
$ cd notes8inst
$ tar xvf notes8_gold.tar
$ ./setup.sh
So you have installed succesfully without errors (at least i hope for you, as happened to me), first thing is to NOT START the client as root, wait, i think is better clean the environmentm from our changes (more: start as root is not advised from IBM, if I’m not wrong you try to start as root o with sudo It exit with an error):
$ ln -sf dash /bin/sh
Cleanin installation files:
$ cd ..
$ rm -R -f notes8inst/
Disabling root from interactive login:
$ exit
$ cd ~
$ sudo passwd -l root
From here I’ve started the client and configured my user, all easy and correct except for some graphic “glitches”, then I’ve closed Notes and started again, and graphic problems we’re gone, someone told me that same “glitches” happen even on windows client (like workspace pattern not visible on first start).
For now it seem to be stable.
HINT 1: if you like to preserve the installer like me, above use CP instead of CP for tar.
HINT 2: for a better cleaning of beta3 I advise you to use locate with keyword “notes”, I’ve RMed a lot of things in /OPT and /ETC. I’ve found some garbage even in root .Trash .


[...] ENGLISH VERSION [...]
Installare Lotus Notes 8 GOLD su Ubuntu 7.04 « Svaried Blog, a bit of Linux, in itagliano
29 Agosto 2007 alle 10:33
[...] otherwise if you want to install final release of Notes 8 (known as GOLD) I think is better use THIS HOW-TO [...]
Install Lotus Notes 8 Beta 3 on Ubuntu 7.04 Feisty Fawn - Step by Step « Svaried Blog, a bit of Linux, in itagliano
29 Agosto 2007 alle 11:03
[...] of course. This part of the story has already been covered very well by other folks. I recommend this particular post to [...]
myThoughts.collect{it.something} » Blog Archive » Running Lotus Notes 8 on Ubuntu Feisty
14 Novembre 2007 alle 15:09
[...] How-To is a revised version of the older ones, but there’s really nothing hard on installing Lotus Notes in the last times, IBM has done a [...]
How-To: Lotus Notes 8.01 on Ubuntu 8.04 (alpha5) « Svaried Blog, a bit of Linux, in itagliano
6 Marzo 2008 alle 22:33
[...] Lotus Notes 8 entonces sigue leyendo, si deseas instalar la versión final llamada GOLD mejor lee este post [...]
NoterosChile » Blog Archive » Instalar Lotus Notes 8 Beta 3 en Ubuntu 7.04 Feisty Fawn
17 Marzo 2008 alle 14:48
[...] of course. This part of the story has already been covered very well by other folks. I recommend this particular post to [...]
Running Lotus Notes 8 on Ubuntu Feisty | $tail -f damien.mind
23 Gennaio 2009 alle 06:59