Installing AOLserver 3.0 on Red Hat 6.1

0 create groupadd nsadmin useradd nsadmin -G nsadmin Login as nsadmin

1. Download

Get the source for AOLserver 3.0 from aolserver.com.

2. Untar

The default installation directory for the source is in /tmp. From /tmp type

tar -zxf /path/as233_linux_glibc.tar.gz

where path is the path to your downloaded file. This will extract the files and directory structure.

3. Compile

cd /tmp/aolserver vi include/Makefile.globale edit INST=/home/nsadmin make all make install