Forum OpenACS Development: How to install tcllib for Upgrade to oacs 5.2

Collapse
Posted by Nima Mazloumi on
1. Get tcllib

2. Recompile your AOLServer

./configure --prefix=${AOLSERVER_INST_DIR} --enable-threads --enable-symbols --enable-gcc --enable-shared

3. Use the tcllib installer to install it
${AOLSERVER_INST_DIR}/bin/tclsh8.4 installer.tcl -no-wait -no-gui -no-examples -pkg-path /usr/local/aolserver40r10/lib -no-apps

Collapse
Posted by Malte Sussdorff on
Why do you need to recompile AOLserver? It just works (TM) with a

cd tcllib-1.7/
./configure -prefix=${AOLSERVER_INST_DIR}
make install

on our machines.