Lotus Notes 6.5.4 on Fedora Core 4
I have finally managed to get the Lotus Notes to work under Linux. I'm hoping that the following instructions will help someone solve this problem with less pain and frustration then I had to experience.
The good news is that it is possible to get Notes working under FC4, the bad news is that you need to install it under Windows first and then copy the files across. This was not a problem for me as I'm using a dual boot laptop, but it may be a problem for others.
In hindsight the majority of my problems were with Wine and the fact that there are a number of different recommendations on the web about which version people should use. Basically there are 3 different recommendations:
- to use an old version 20041014 (which in many people's opinion is the most stable)
- to use the most recent RPM for the target platform
- to use the latest stable source release
To install Notes properly:
- download the source tar file from http://www.winehq.com/site/download.
- extract it with tar zxvf
- cd
and execute ./tools/wineinstall - copy files from Lotus/Notes directory on the Windows partition to ~/.wine/drive_c/Program\ Files/Lotus /Notes
- Copy over files from "Documents and Settings/All Users/Application Data/Lotus" on the windows partition to ~/.wine/drive_c/Documents and Settings/All Users/Application Data/Lotus
- Copy over files from "Documents and Settings/
/Local Settings/Application Data/Lotus" on the windows partition to ~/.wine/drive_c/Documents and Settings/ /Local Settings/Application Data/Lotus - All the files you've copied will need to be owned by you so if they are currently owned by root go to ~/.wine/drive_c and run chown -R
: * - Finally copy mfc42.dll and msvcp60.dll from Windows/system32 on the windows partition to ~/.wine/drive_c/windows/system
- Run Notes by executing: wine "C:\Program Files\Lotus\Notes\nlnotes.exe"
NOTE2: You HAVE TO run wineinstall as a standard user (i.e. not root), otherwise wine will be installed but the configuration will be owned by root and you won't be able to use it.
NOTE3: Steps 5 & 6 are optional and only required if you've actually used the Notes installation under Windows and would like to preserve your mail history and other databases.
NOTE4: If the Notes window shows up with the error: "You cannot use the Administration program while the Domino Server is running. Either shut down the Domino Server (but keep the file server running) or choose the icon labeled 'Lotus Notes' instead." This is because of incorrect file permissions on the files you've copied from the Windows partition. To resolve it just go to the 3 locations you've copied files to and execute: chmod -R +rwx *
Let me know if you have any problems,
Vlad
PS. Here are the main articles that helped me debug my installation problems:
Notes 6.5.1 on Linux and Wine
How to Use Lotus Notes on Linux with Wine
wine-bugs mailing list: [Bug 2643] Can't get Lotus Notes 6.5.2 running

5 Comments:
That's good to know that you can get Lotus to work on Wine without Crossover. That too was still a pain and required installation on windows.
This comment has been removed by the author.
hey, i got the same error: to shut down the domino server. i tried configuring wine using the link http://www.nsftools.com/tips/UseNotesWithWine.htm, am using wine 1.0 on ubuntu 8.4 . I cannot find a Documents and Settings directory in my .wine directory as you have given in the instructions can you help me with this.
hey guys i tried the whole setuo again the problem was i did not have execute permission for the .wine directory once i changed the mode everything got executed...
But the problem now is am getting a different error:
It says that :
Unable to access data directory c:\program files\lotus\notes\data using preferences file c:\program files\lotus\notes\notes.ini
hey i figured out where the problem is :
copy the directories to system32 rather than system directory..
this error was caused cos i was using a 32 bit processor..
this forum mentions the instructions applicable to 16 bit processor.
Post a Comment
<< Home