When starting Domino Server 8.5 with Debian Lenny I get the error below.
I know that Debian is not officially supported. But neither is Ubuntu but Domino runs well on that system. Debian is pretty similar. I installed as below.
http://searchdomino.techtarget.com/generic/0,295582,sid4_gci1354397,00.html
notes@Lotus:/local/notesdata$ /opt/ibm/lotus/notes/85000/linux/server
/opt/ibm/lotus/notes/85000/linux/server: error while loading shared libraries: libnotes.so: cannot open shared object file: No such file or directory
I think maybe I need to make some symbolic links but not too sure how to do.
What should I do?
Subject: Solved. But now new error.
You need a symbolic link as per:
http://ebf.de/wfey/ebfblog.nsf/dx/tsm-tivoli-data-protection-for-domino-on-domino-7-on-linux.htm
ln -s /opt/ibm/lotus/notes/latest/linux/libnotes.so /usr/lib/libnotes.so
ln -s /opt/ibm/lotus/notes/latest/linux/libndgts.so /usr/lib/libndgts.so
ln -s /opt/ibm/lotus/notes/latest/linux/libxmlproc.so /usr/lib/libxmlproc.so
Now I am getting:
An error occurred during license use management initialization. Ensure that you are running Domino with a valid license file.
(OK)
notes@Lotus:~$ date
Sun Apr 26 15:27:38 ICT 2009
notes@Lotus:~$
Subject: Fixed !!!
Hi
You need to add a line on the .profile file
export LD_LIBRARY_PATH=/opt/lotus/notes/latest/zlinux
It works great and you don’t need to add the ln