Lotus Notes 8.5.2 on Ubuntu 11.04 64 bit installation problems:

Asked By 20 points N/A Posted on -
qa-featured

On Ubuntu 11.04 64 bit, I am currently installing Lotus Notes 8.5.2 (deb package) on it. What I noticed is that Lotus does not complete the installation. I searched the web for a possible solution and found a guide on IBM Forum but it refers to a different release which is 10.04 and I found another on https://usablesoftware.wordpress.com/, I still wasn’t able to continue with the installation after installing all the required dependencies (all getlibs, ia32lib, ecc, etc.)

I experimented with installing different Ubuntu releases and here is the summary:

  • On Ubuntu 10.10 64 bit: Works just fine after installing Lotus Notes and FP2
  • On Ubuntu 11.04 32 bit: Works just fine after installing Lotus Notes and FP2 (also in Unity environment)
  • On Ubuntu 11.04 64 bit: Could not install Lotus Notes
SHARE
Answered By 0 points N/A #94732

Lotus Notes 8.5.2 on Ubuntu 11.04 64 bit installation problems:

qa-featured

Lotus Notes 8.5.2 on Ubuntu 11.04 64 bit installation problems:

To install lotus notes in Ubuntu you can try the following steps which will get you the right results.

Initially you have to download tar.gz from https://github.com/PetRose/lotus-notes_gtk2.23.3 and subsequently follow these steps which will lead you to the complete installing process of lotus notes in Ubuntu.

1) Extract to a folder
2) edit Makefile – Put in “-m32″ so it looks like this “gcc -Wall -Wextra -m32 `pkg-config”
3) Install libraries for compiling – sudo apt-get install g++-multilib libgtk2.0-dev
4) run “make”
5) Make a symlink for another needed library sudo ln -s /usr/lib32/i386-linux-gnu/libavahi-glib.so.1 /usr/lib32/

After the above commands are done with you have to follow the below given commands as the next process:
sgh-lotus-notes_gtk2.23.3-d10b4b2$ sudo cp libnotesgtkfix.so notes-wrapper /opt/ibm/lotus/notes/

Finally the following commands
cd /opt/ibm/lotus/notes
and run
./notes-wrapper

Hope you are up and getting the right result.

I got this source from the URL mentioned below

https://usablesoftware.wordpress.com/2011/04/27/getting-lotus-notes-8-5-2-working-in-ubuntu-natty-narwhal-64-bit/

Related Questions