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

Collapse
Posted by Alvaro Cortes on
Hi Rocael
I have installed the jabber server and this work ok. but I have some problems to install nsjabber(jabber client for Aolserver 4), when I edit the configure.tcl file, whith the following lines:

ns_section ns/server/${server}/modules
ns_param nssock ${bindir}/nssock.so
ns_param nslog ${bindir}/nslog.so
ns_param nssha1 ${bindir}/nssha1.so
ns_param nscache ${bindir}/nscache.so
ns_param nsjabber ${bindir}/nsjabber.so

then the server doesn't start.

do you have any idea?.

Collapse
Posted by Orzenil Silva Junior on
Hi Alvaro,

did you install nsjabber module for aolserver? If so you have a file nsjabber.so in your aolserver dir (default: /usr/local/aolserver/bin)

try this command

# nm nsjabber.so|grep Module

and check if Ns_ModuleInit is part of the nsjabber.so file. The output could be something like this:

0001e860 T Ns_ModuleInit
00031cbc D Ns_ModuleVersion

I had difficulties installing nsjabber from tarballs in cvs. I had success using this file (it works only for aolserver4):

https://openacs.org/storage/file?file_id=187244&show_all_versions_p=f

i hope this helps is some way.

\Orzenil