Lotus notes linux установка

SDB:Install IBM Lotus Notes 8.5.X

IBM Lotus Notes Client for Linux installation and workarounds.

Contents

Situation

After installation of Lotus Notes client main mail windows is empty, reason is that Lotus expects older version of GTK libraries to be installed on system. This Howto will help you to install those older libraries into your system so you will be able to use Lotus Notes without problems. This procedure can be used even if fixpacks FP1 or FP2 are installed.
Versions tested with this workaround:

Procedure

Install Lotus Notes Client following IBM official installation documentation. After finishing installation please save those three files listed below to their corresponding names in folder of your choice. After saving them in folder open terminal and go to that folder. Let assume that folder is called lotus-install. Follow steps exactly

user@linux:~> cd lotus-install user@linux:~/lotus-install> chmod 755 install.script notes.script user@linux:~/lotus-install> su -c «./install.script» Password:

From that moment you should see many lines which are doing required steps defined in script mentioned bellow.

This process will create run script for Lotus Notes Client that will be stored in /usr/bin/notes

Scripts and Required Files

install.script

#!/bin/sh function unrpm () < rpm2cpio $1 |cpio --extract --unconditional --preserve-modification-time --make-directories >WORKDIR=/opt/lotus_notes_compat # remove all files from folder if there is something we really don't need it # or if download of some package failed . rm -rf $ mkdir -p $ cp notes.script $/notes.sh cp packages.list $ # copy self if someone likes this script :) cp install.script $ cd $ wget -i packages.list for i in *.rpm ; do unrpm $i done find $ -type d -exec chmod a+rx <> ';' cd usr/share/themes ln -s /usr/share/themes/* . 2> /dev/null # ignore existing folders. rm -f /usr/bin/notes 2> /dev/null # remove stale link ln -s $/notes.sh /usr/bin/notes echo "From now on start Lotus notes with /usr/bin/notes script"

notes.script

#! /bin/sh cd /opt/ibm/lotus/notes NOTES_COMPAT=/opt/lotus_notes_compat/usr NOTES_HOME=/opt/ibm/lotus/notes LD_LIBRARY_PATH=$:$/jvm/bin/classic:$/lib GTK_DATA_PREFIX=$ GTK_EXE_PREFIX=$ # Unfortunatelly that does not work :( #####ALL_RC_FILES=$(find -L /opt/ibm/lotus/notes/compat/share/themes -name gtkrc -exec echo -n "<>:" ';') #####GTK2_RC_FILES=$ # this works :) THEMES_FOLDER=$/share/themes export THEMES_FOLDER ######### Clearlooks theme #GTK2_RC_FILES=$/Default/gtk-2.0-key/gtkrc:$/Clearlooks/gtk-2.0/gtkrc ######### Oxygen theme GTK2_RC_FILES=$/Default/gtk-2.0-key/gtkrc:$/Oxygen-Molecule/gtk-2.0/gtkrc ######### Default Oxygen theme for opensuse version 11.4 #GTK2_RC_FILES=$/Default/gtk-2.0-key/gtkrc:$/oxygen-gtk/gtk-2.0/gtkrc ######### Synchronicity theme #GTK2_RC_FILES=$/Default/gtk-2.0-key/gtkrc:$/Synchronicity/gtk-2.0/gtkrc export LD_LIBRARY_PATH GDK_NATIVE_WINDOWS GTK2_RC_FILES GTK_DATA_PREFIX GTK_EXE_PREFIX GDK_NATIVE_WINDOWS=true exec /opt/ibm/lotus/notes/notes $@ &> $HOME/notes_nsf.log

packages.list

http://download.opensuse.org/distribution/11.1/repo/oss/suse/x86_64/gtk-32bit-1.2.10-1084.3.x86_64.rpm http://download.opensuse.org/distribution/11.1/repo/oss/suse/x86_64/pango-32bit-1.22.1-2.9.x86_64.rpm http://download.opensuse.org/distribution/11.1/repo/oss/suse/x86_64/qtcurve-gtk2-32bit-0.59.7-2.4.x86_64.rpm http://download.opensuse.org/distribution/11.1/repo/oss/suse/x86_64/gtk2-32bit-2.14.4-8.1.x86_64.rpm http://download.opensuse.org/distribution/11.1/repo/oss/suse/x86_64/libgnomeprint-32bit-2.18.5-1.20.x86_64.rpm http://download.opensuse.org/distribution/11.1/repo/oss/suse/noarch/gtk2-metatheme-industrial-0.6.5-1.62.noarch.rpm http://download.opensuse.org/distribution/11.1/repo/oss/suse/noarch/gtk2-theme-openSUSE-11.1-1.12.noarch.rpm http://download.opensuse.org/distribution/11.1/repo/oss/suse/noarch/gtk2-themes-0.1-737.56.noarch.rpm http://download.opensuse.org/distribution/11.1/repo/oss/suse/x86_64/gtk2-engines-32bit-2.16.1-4.1.x86_64.rpm 

Источник

Читайте также:  Sata to usb linux

Lotus Notes 8.5 Installation

This is a place-holder section. In the mean time, the best installation/configuration/removal instructions is through IBM’s Notes Client Installation and Upgrade document. It provides instructions for all the OS’s IBM supports for Notes. Evaluation downloads including all supported platforms are available here: Evaluate: Lotus Notes and Domino Administrator clients. Note that the Administration Client and Domino Designer client are only available for Windows. The client, Lotus Notes, and the server, Lotus Domino, are available. Note that while the client is supported for Ubuntu, the server installation requires a little googling/tweaking to succeed. So Linux users can use the Domino server and Notes clients for mail and applications, but server administration and application design needs to be done using Windows. Note that a lot of server administration can be done using a web administration interface included with the Domino server. Please see the Administration help included for more information.

    Get the 8.5.x release package. It comes in either RPM or DEB formats. Once you have the tarball, (usually something like lotus_notes851_linux.tar), extract it into a new folder:

mkdir lotus_notes mv lotus_notes851_linux.tar lotus_notes cd lotus_notes tar -xf lotus_notes851_linux.tar
sudo dpkg --install ibm-lotus-notes_8.5.1.deb # Optionally, install Sametime, Activities, etc. sudo dpkg --install ibm-lotus-sametime_8.5.1.deb sudo dpkg --install ibm-lotus-activities_8.5.1.deb .
sudo mv /opt/ibm /opt/ibm.bak # Change this folder to your settings sudo dpkg --install ibm-lotus-notes_8.5.1.deb .

That’s it — you’ll now have 8.5.1 installed.

Lotus Notes 8.0.1 on Jaunty Jackalope

This section defines the installation steps for Lotus Notes 8.0.1 on Jaunty Jackalope (9.04).

Pre-Requisites

sudo apt-get install libstdc++5
sudo apt-get install eclipse

Graphical Installation Steps

mkdir ~/Desktop/notesclient cd ~/Desktop/notesclient
sudo chown -R me:me /etc/lotus
IBM Lotus Notes does not have a production license. A temporary evaluation license has been enrolled for you to use for 60 days.

Console Installation Steps

  • ./setup.sh -console
  • InstallShield wizard will install Lotus Notes 8.0.1 on your computer. Select 1 to continue.
  • Accept license
  • Accept default install directory (/opt/IBM/Lotus/Notes)
Читайте также:  X96 tv box linux

Uninstalling

  • Go to the install folder. By default this is /opt/ibm/lotus/notes/_uninst/
  • Run uninstaller.bin. Uninstallation may take quite a while, so be patient!

Troubleshooting and SNAFU’s

  • «The installer is unable to run in graphical mode. Try running the installer with the -console or -silent flag.»
    • Caused by absence of libstdc++5. See the pre-requisites section above. You MUST have libstdc++5 for the installer to run.

    Post-installation (when running Notes)

    • Your home directory should have a lotus folder (~/lotus) which is owned by root. Change this and the notes install folder to be owned by you:
    sudo chown -R me:me ~/lotus /opt/ibm

    IBM Documentation on Lotus Notes installations

    Lotus Notes 6.5.2 on Breezy Badger using Wine

    This section documents the procedure to install Lotus Notes Client (version 6.5.2) on Breezy Badger (this may work on earlier releases but has not been tested).

    If you find any errors/changes to this document please feel free to write to

    Requirements

    You will need to add the following lines to /etc/apt/sources.list

    deb http://wine.sourceforge.net/apt/ binary/

    Installation

    Installing wine

    To install wine you’ll need to perform the following:

    $ sudo apt-get update $ sudo apt-get install wine

    Installing Lotus Notes Client in ubuntu

    • Install Lotus Notes Client 6.5.2 under Windows. Unfortunately wine still does not have support for windows installers. Make sure that you install this on a partition that is writable under ubuntu (a vfat partition is preferable)
    • Execute wine once, without any command line arguments as
    $ mkdir /.wine/dosdevices $ cd /.wine/dosdevices $ ln -s /path/to/windows/d d: $ ln -s /path/to/windows/e e: $ ln -s /path/to/windows/f f: $ ln -s ~ h: # home directory is availble in h: . . . $ ln -s / z: # root partition is availble in z:
    • Almost done! Now use the following command to run Lotus Notes Client 6.5.2. Note the use of double slashes.
    wine f:\\Program\ Files\\notes\\nlnotes.exe =f:\\Program\ Files\\Notes\\Data\\notes.ini

    I’ve created a shell script ~/bin/lotus-client that executes this long command for me.

    Use an editor like gedit to create a file lotus-notes as:

    $ mkdir ~/bin $ gedit ~/bin/lotus-client # add the above command to this file $ chmod 755 ~/bin/lotus-client

    LotusNotes (последним исправлял пользователь 46-223-112-80 2010-12-16 16:12:32)

    The material on this wiki is available under a free license, see Copyright / License for details
    You can contribute to this wiki, see Wiki Guide for details

    Источник

    Lotus Notes

    IBM Lotus Notes — программный продукт, платформа для автоматизации совместной деятельности рабочих групп (Groupware). Производится компанией IBM Lotus Software, входящей в компанию IBM Software Group.

    Программное обеспечение можно скачать с сайта IBM. Внимание! На сайте IBM последняя версия Lotus Notes (8.5.2) недоступна для русского языка, программное обеспечение было взято из иного источника.

    Протестированное программное обеспечение

    • IBM Lotus Notes Client 8.5.2 for Linux (RPM Install) Russian.tar (592 MB) (не совместимо с современными версиями ос Альт)
    • IBM Lotus Notes Client 8.5.3 for Linux (RPM Install). Проверялось на Альт 8СП (ядро 4.19, ИК 2019)
    • IBM Lotus Notes Client 9.0 for Linux (RPM Install). Проверялось на Альт 8СП (ядро 4.19, ИК 2019)
    • IBM Lotus Notes Client 9.0.1 for Linux (RPM Install). Проверялось на Альт 8СП (ядро 4.19, ИК 2019)

    Примечание: Lotus Domino недоступен для свободной загрузки. Результаты его тестирования будут предоставлены позднее.

    Установка

    Установка производилась на Альт Линукс СПТ 6.0 i586 с установленной графической средой GNOME.

    Перед установкой убедитесь, что доступен из Интернета или зеркала репозиторий cert6 (i586 и noarch).

    Скачайте архив с кодом и распакуйте командой:

    tar xf 'IBM Lotus Notes Client 8.5.2 for Linux (RPM Install) Russian.tar'

    Установите базовые и зависимые приложения:

    apt-get update apt-get install ibm_lotus_notes-8.5.2.i586.rpm

    При этом будут также установлены пакеты из онлайнового репозитория: libXp libgnomecups libgnomeprint libgnomeprintui tcsh

    Примечание: При обновлении и установке пакетов может быть показана надпись:

    Нажмите клавишу y и Enter или просто Enter.

    Во время установки (когда будет установлен последний пакет ibm_lotus_notes и показано 100%, откройте в другом окне файл /tmp/rcp_install и ждите, когда там будет последняя строка вида:

    2011-06-02 03:38:05 -- Execute post-install scripts for Notes

    Переключитесь на консоль установки и нажмите Ctrl+c.

    apt-get install ibm_lotus_notes-nl2-8.5.2.i586.rpm ibm_lotus_notes-core-ru-8.5.2.i586.rpm

    Запуск

    Запустить клиент Lotus Notes можно из меню Офис → Lotus Notes 8.5.

    Примечания

    1. Для того, чтобы Lotus Notes запустился, нужно скопировать /opt/ibm/lotus/notes/data/notes.ini в одном из каталогов, которые указывает вывод

    (например, в $HOME/bin) и дать права писать в этот файл пользователю, от которого будет запускаться программа.

    2. Возникают проблемы со шрифтами (очень маленький шрифт). Должно решаться установкой шрифта Tahoma из Windows и указанием его, в качестве шрифта по умолчанию в настройках DE, либо установкой пакета fonts-ttf-ms (но это не срабатывает).

    Ссылки

    Источник

Оцените статью
Adblock
detector