IMPORTANT!!!
___________

This program needs at least Berkeley DB 4.x. Get the latest version
from sleepycat.com. If you already have Berkeley DB 4 installed as part
of your operating system, the configure script will autodetect it. 

INSTALLATION & USAGE
--------------------
Read the INSTALL file first, after that read the instructions below.

If you have multiple versions of Berkeley DB in /usr/local, please remove
or rename the irrelevant versions first before trying to compile this program.

You must add the directory containing the Berkeley DB libraries (or whatever 
directory containing libdb-4.X.so) to the LD_LIBRARY_PATH environment. 
The syntax differs depending whether you use csh/tcsh or sh/bash. 

csh. Add to your .cshrc:
setenv LD_LIBRARY_PATH "$LD_LIBRARY_PATH":/usr/local/BerkeleyDB.4.X/lib

sh. Add to your .bashrc:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/BerkeleyDB.4.X/lib

If you have root access in Linux, see the man pages for the files /etc/ldconfig
and /etc/ld.so.conf. You can append the Berkeley DB lib directory in 
/etc/ld.so.conf 

The nodeview subsystem is also a daemon. Make sure that this application starts
up automatically at every boot of the server. You can do this by adding a 
shortcut of this program to your desktop's auto-start settings. 
This task could be different on various desktop environments. Check your DE's
docs on how to do this. This is only a temporary workaround.
