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

Collapse
Posted by Alvaro Cortes on
Hi Orzenil.

I already install nsjabber module for aolserver 4, and this is the response to comand that you suggest me
# nm nsjabber.so|grep Module

0001c660 T Ns_ModuleInit
0002ef3c D Ns_ModuleVersion

this is the message in the aolserver's log:

[25/Aug/2005:00:00:06][2923.1076478624][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nsjabber.so'
[25/Aug/2005:00:00:06][2923.1076478624][-main-] Warning: modload: could not load /usr/local/aolserver/bin/nsjabber.so: /usr/local/aolserver/bin/nsjabber.so: undefined symbol: Ns_DbGetRow
[25/Aug/2005:00:00:06][2923.1076478624][-main-] Fatal: modload: failed to load module '/usr/local/aolserver/bin/nsjabber.so'.

do you know what it's meaning?.

thanks in advance.

Collapse
Posted by Orzenil Silva Junior on
Alvaro,

Try recompile an reinstall nsjabber passing DB parameter. If i remember well README inside nsjabber tarball has some instructions about this.

Try

make INST=/path/to/your/aolserver DB=2

and

make install INST=/path/to/your/aolserver DB=2

from nsjabber-xxx/bin directory

(DB=2 is for use with postgres, use DB=1 if you want to use it with oracle)

\Orzenil