Installing Domino 7.0.2 on Ubuntu 6.06 LTS
I have been trying to get Domino 7.0.2 running on Ubuntu 6.06 LTS but without success. Based on miscellaneous postings on the web I manage to work out a partial solution.
The process has been as follows:
- Install Ubuntu
- No SSH support out of the box (apt-get install openssh-server)
- Unable to complete install due to missing C-library (apt-get install libstdc++5, ldconfig)
- Configure server using remote install
- Launch server only to see funky nsd.sh errors on the console but it was solved using approach found on notes.net.
- apt-get install gawk <-- did not work
- edit line 86 /opt/ibm/lotus/notes/70020/linux/nsd.sh = "Linux) Awk=$(where gawk);;" --> "Linux) Awk=$(where awk);;"
- <restart domino server>
Gotta hit Google unless anyone has some clever ideas...
Re: Installing Domino 7.0.2 on Ubuntu 6.06 LTS
Hi Mikkel, I have done that to on a Ubuntu 6.06 LTS Xen-Guest partition. If I remember it correctly, I did have a similar problem.
My http daemon is running now! But I had to disable my nsd.
I'll check my installation log, this lunch, to see if I can help. Where can I send it?
And thank you for the nsd tip. I'll try that to! I apperently asked google the wrong questions.
Re: Installing Domino 7.0.2 on Ubuntu 6.06 LTS
Mikkel, I just checked my installation of Domino (which is 6.5.5 btw) and I do get a nsd error on startup: "nsd.sh: line 5594: /bin/gawk: no such file or directory". This was caused by gawk being located in /usr/bin/gawk instead of /bin/gawk on my installation because a change in nsd.sh fixed this.
And the HTTP task works with no errors.





