I downloaded the tarballs from sourceforge, and there seem to be a
couple things missing.
The contrib directory is not present, and sample-config.tcl does not
exist. Other than that, things seem to go OK...
-----------
for i in contrib/nsd.tcl contrib/mimetypes.tcl sample-config.tcl; do \
/usr/local/naviserver-4.99.1/install-sh -c -m 644 $i
/usr/local/ns/conf/ ; \
done
cp: cannot stat `contrib/nsd.tcl': No such file or directory
chmod: cannot access `/usr/local/ns/conf/#inst.29201#': No such file
or director y
mv: cannot stat `/usr/local/ns/conf/#inst.29201#': No such file or directory
cp: cannot stat `contrib/mimetypes.tcl': No such file or directory
chmod: cannot access `/usr/local/ns/conf/#inst.29208#': No such file
or director y
mv: cannot stat `/usr/local/ns/conf/#inst.29208#': No such file or directory
cp: cannot stat `sample-config.tcl': No such file or directory
chmod: cannot access `/usr/local/ns/conf/#inst.29215#': No such file
or director y
mv: cannot stat `/usr/local/ns/conf/#inst.29215#': No such file or directory
/usr/local/naviserver-4.99.1/install-sh -c -m 644 contrib/index.adp
/usr/local/n s/pages/
cp: cannot stat `contrib/index.adp': No such file or directory
chmod: cannot access `/usr/local/ns/pages/#inst.29222#': No such file
or directo ry
mv: cannot stat `/usr/local/ns/pages/#inst.29222#': No such file or directory
/usr/local/naviserver-4.99.1/install-sh -c install-sh /usr/local/ns/bin/
for i in nsthread nsd nssock nscgi nscp nslog nsperm nsdb nsdbtest; do \
(cd $i && make install) || exit 1; \
done