I tried the following:
untar aolserver 4.5 in /usr/local
renamed it to aolserver
then placed tcl 8.4.14 in /usr/local/aolserver
checked I have gmake installed; I do
then from the 4.5 readme created a simple bash script called 'ins'
gunzip < tcl8.4.14-src.tar.gz | tar xvf -
cd tcl8.4.14/unix
./configure --prefix=/usr/local/aolserver --enable-threads
make install
/usr/local/aolserver/bin/tclsh84 ./nsconfig.tcl
gmake install
nothing in the /usr/local/aolserver/bin
no nsd
when I try and start it from the README
3e. Try running the server in a shell window:
% cd /usr/local/aolserver
% bin/nsd -ft nsd.tc
nothing in /usr/local/aolserver/bin named nsd
help!