Thanks a lot for this! I had a bear of a time compiling aolserver with the sarge version of debian-amd64 (the name of the distribution that works for amd64 processors as well as xeon's with 64 bit extensions). This made it trivial, which is very, very nice indeed.
People that care about security might want to add aolserver4-nsopenssl
to their list of packages to install or run:
apt-get install aolserver4-nsopenssl
A note about the configuration that is different from the docs, since aolserver is installed in /usr/lib/aolserver4 you need to change:
Lastly, nslog attempts to create a ${homedir}/log/nspid.service1
the apt-get install does not create this log directory. So in order to remove those errors you should:
mkdir /usr/lib/aolserver4/log
chown root:web /usr/lib/aolserver4/log
chmod 775 /usr/lib/aolserver4/log