Forum .LRN Q&A: Re: dotlrn translation

Collapse
21: Re: dotlrn translation (response to 1)
Posted by jorge freitas on
Windell,
Yes, i make the tDOM work. I have installed in the folowing way (I'm using aolserver 3.x):

1) see the README.AOL included with tDOM.

2) cd tDOM-0.7.7/unix

3) Configure the CONFIG file, if you compiling tDOM for aolserver 3.x remove

--with-tcl=$aolsrc/tcl8.3.4/unix

from the aolserver 3.x section.

4) Install:
$ make clean (to clean up the current installation)
$ sh CONFIG
$ make

5) copy the library libtdom0.7.7.so to your aolserver/bin directory. You can rename it to nstdom.so (or not).

6) Configure the aolserver initialization file, including in the "modules to load" section the following:

ns_param nstdom ${bindir}/nstdom.so (or libtdom0.7.7.so if you to not rename it)

If you have a openacs installation that use tdom, include the line above in the respective openacs nsd.tcl file also.

7) Restart the server.

I hope it works.
See This for help.

I have a Problem with my installation of dotlrn from the cvs HEAD, maybe you can help.
Thanks.