Hi

Finally, I decided to install AOS 4.0.10 and when I rebuild and launch AOS 4.5.1 it worked. I don´t know exactly why. New thing was build and install AOS 4.0.10 and add --enable-framework to TCL install.

My notes and my setup in two scripts:

--- Installing TCL ------------------

#!/bin/bash

AOLSERVER_INST=/usr/local/aolserver45

make clean
./configure --prefix=$AOLSERVER_INST --enable-threads --disable-corefoundation --enable-symbols --enable-framework
make test
make && make install

--- Installing Aolserver ------------

#!/bin/bash
TCL_EXEC=/usr/local/aolserver/bin
TCL_LIB=/usr/local/aolserver/lib
AOLSERVER_INST=/usr/local/aolserver

./configure --with-tcl=$TCL_LIB --prefix=$AOLSERVER_INST --enable-symbols --disable-corefoundation

$TCL_EXEC/tclsh8.4 nsconfig.tcl -install $AOLSERVER_INST -debug

make && make install

Thanks for your help.

Cesareo


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
<lists...@listserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to