Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

running websites on aolserver 4.5, wow the install is a bugger

5 views
Skip to first unread message

gavino

unread,
Dec 11, 2006, 7:57:28 PM12/11/06
to
anyone have a good install doc from aolserver 4.5? using redhat AS3
taroon 6

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!

0 new messages