You need to create a name space directory and set $NAMESPACE. Since the machines I use are all single-user, I typically just use the machine name:
h=`{hostname}
NAMESPACE=/tmp/ns.$h
mkdir -p $NAMESPACE
See intro(4) for information about name space directories.
Russ
