Installing Notes 9 Beta on Linux Mint 14 64 bit

Notes from the install:

First this error:
Setting up ibm-notes (9.0-20121208.0914) …
cat: /opt/ibm/notes/framework/rcp/systemdata/logs/rcplauncher.log: No such file or directory
cat: /tmp/rcplauncher.log: No such file or directory
/var/lib/dpkg/info/ibm-notes.postinst: line 165: /opt/ibm/notes/jvm/bin/javaw: No such file or directory
dpkg: error processing ibm-notes (–configure):
subprocess installed post-installation script returned error exit status 99
Errors were encountered while processing:
ibm-notes
E: Sub-process /usr/bin/dpkg returned an error code (1)

Remedy:

I used nano to comment out this whole section:

nano /var/lib/dpkg/info/ibm-notes.postinst

#  if [ -f “$1/rcp/collectionutility.jar” ]; then
#    func_installLog “– Running collector with the following command:”
#    func_installLog “– $COLLECTORCOMMAND”
#    $COLLECTORCOMMAND
#  fi

Then this:

Setting up ibm-notes (9.0-20121208.0914) …
cat: /opt/ibm/notes/framework/rcp/systemdata/logs/rcplauncher.log: No such file or directory
cat: /tmp/rcplauncher.log: No such file or directory
dpkg: error processing ibm-notes (–configure):
subprocess installed post-installation script returned error exit status 99
Errors were encountered while processing:
ibm-notes
E: Sub-process /usr/bin/dpkg returned an error code (1)

Remedy:

ln -s /opt/ibm/notes /opt/ibm/lotus

mkdir -p /opt/ibm/notes/framework/rcp/systemdata/logs/

touch /opt/ibm/notes/framework/rcp/systemdata/logs/rcplauncher.log

Then this:

Setting up ibm-notes (9.0-20121208.0914) …
cat: /tmp/rcplauncher.log: No such file or directory
dpkg: error processing ibm-notes (–configure):
subprocess installed post-installation script returned error exit status 99
Errors were encountered while processing:
ibm-notes
E: Sub-process /usr/bin/dpkg returned an error code (1)

Remedy:

touch /tmp/rcplauncher.log

Then this:

Do you want to continue [Y/n]?
Setting up ibm-notes (9.0-20121208.0914) …
dpkg: error processing ibm-notes (–configure):
subprocess installed post-installation script returned error exit status 99
Errors were encountered while processing:
ibm-notes
E: Sub-process /usr/bin/dpkg returned an error code (1)

No hint at all?

I checked for logfiles:

cat /tmp/rcp_install.log
2012-12-17 12:39:27 — Begin post-install of ibm_notes 9.0-20121208.0914…
2012-12-17 12:39:27 — Checking for configuration overrides in /etc/ibm/ibm_notes/…
2012-12-17 12:39:27 — Updating install id and manifest version…
2012-12-17 12:39:27 — Preparing for .ini file merge…
2012-12-17 12:39:27 — Merging .ini files…
2012-12-17 12:39:27 — Running provisioning with the following command:
2012-12-17 12:39:27 — /opt/ibm/notes/framework/rcp/rcplauncher -debug -data /opt/ibm/notes/framework/rcp/systemdata -provManifest -rcpLauncherWait -noSplash -product NULL -provisioningOperation install -vmargs -DprovisioningOperation=install -DjxeCacheDir=
2012-12-17 12:39:27 — Failed to launch platform provisioning.
2012-12-17 12:39:27 — Refer to /opt/ibm/notes/framework/rcp/systemdata/logs/ for more information

And the folder /opt/ibm/notes/framework/rcp/systemdata/logs/ looks like this:

logs # ls -laFtr
total 8
drwxr-xr-x 3 root root 4096 Dec 17 12:35 ../
-rw-r–r– 1 root root    0 Dec 17 12:35 rcplauncher.log
drwxr-xr-x 2 root root 4096 Dec 17 12:35 ./

I am stuck. Luckily I have since earlier installed notes on another installation of Linux Mint 14. Here the upgrade from earlier notes version went fine.

[Update]

sudo apt-get install libgnomeprint2.2-0:i386 libgnomeprintui2.2-0:i386 libgnomevfs2-bin:i386 libgnome2-0:i386 libgnomeui-0:i386

Now it is running :-)

6 Responses to “Installing Notes 9 Beta on Linux Mint 14 64 bit”

  1. Charlie Says:

    Any chance u will have an opportunity to try Notes 9 beta on Ubutnu 12.10? I was directed to this site http://planetlotus.org/profiles/mat-newman_110423 but it seems his personal site with the script is no longer working. Would have been nice to see the script. :-)

  2. espereir Says:

    I love your site, you have helped me many times with the Notes Install on Ubuntu, is there anyway you can create an script for ubuntu 64 bit?

    Thanks!

  3. Aleix Says:

    It is not working for me, eclipse platform never loads without error.
    Can you help please?

  4. Aleix Says:

    This did the trick!
    http://askubuntu.com/questions/127848/wine-cant-find-gnome-keyring-pkcs11-so

  5. Aleix Says:

    Also run:
    sudo apt-get install ia32-libs

Leave a comment