I install the tDOM the following way (whit the help of the links above, Thanks Ernie):
1) Edit the CONFIG file like that:
...
#
# Tcl on Unix (uses public Tcl library)
# --------------------------------------------
../configure
#
#
# AOLserver 3.X. It delivers its own patched Tcl lib.
# Also, this one builds tdom as AOLserver module.
# Please do not use "make install" after doing "make".
# You have to manually adjust AOLserver config file
# to load tdom module. See README.AOL for more info.
# ----------------------------------------------------
aolsrc="/usr/local/aolserver"
../configure --enable-threads --disable-tdomalloc \
--with-aolserver=$aolsrc \
--with-tcl=/usr/local/src/aolserver/aolserver/tcl8.3.2/unix
#
...
2)
$ cd /tDOM-0.7.7/unix
$ sh CONFIG
$ make
3) Then i copy the libtdom0.7.7.so to /usr/local/aolserver/bin
4) Edit the aolserver config file:
#
# Modules to load
#
...
ns_param libtdom ${bindir}/libtdom0.7.7.so
...
5) Place the tdom.tcl file in /aolserver/modules/tcl.
But i still have the same message when i connect to the OpenACS Instaler page:
Problems with XML support for AOLserver:
tDOM is not installed! You must have tDOM installed, or nothing will work.
Anyone can tell me what do i do wrong.
Thanks.