Forum .LRN Q&A: Res: Jabber is already integrated in dotlrn?

Collapse
Posted by Alvaro Cortes on
Hi Orzenil.

I recompiled and reinstalled nsjabber with

make INST=/path/to/your/aolserver DB=2 and
make instal INST=/path/to/your/aolserver DB=2.

but it doesn't happen nothing. the mistake continue.

do you have any idea?.

thanks, Alvaro.

Collapse
Posted by Orzenil Silva Junior on
Hi Alvaro,

Make sure you have nsjabber.so in

ns_section ns/server/${server}/modules

in you config.tcl file after loading nsdb.so

Try

ns_section ns/server/${server}/modules
...
...
ns_param nsdb ${bindir}/nsdb.so
ns_param nsjabber ${bindir}/nsjabber.so

\Orzenil