I just checked out jabberd14 from CVS and noticed a few things that
should be tidied up:

In dir ./jsm/modules, on 2003/07/23 @04:30:45 dizzyd removed
mod_browse.c and mod_agents.c from the jabberd14 CVS.  Also on
2003/08/11 @14:07:19 he also removed mod_auth_0k.c

However the ./jsm/modules/Makefile still lists:
jsm_modules_OBJECTS=\
        mod_auth_0k.o \

Although in ./jsm/Makefile all three of the modules mentioned above have
been removed (which is good).

The main problem occurs when you try to run jabberd since the jabber.xml
still contains the entries for all three of the above modules:

    <load main="jsm">
      <mod_agents>./jsm/jsm.so</mod_agents>
      <mod_browse>./jsm/jsm.so</mod_browse>
      <mod_auth_0k>./jsm/jsm.so</mod_auth_0k>
    </load>

Which results in jabberd not starting and throwing errors similar to:

Executing mod_auth_0k() in ./jsm/jsm.so failed: 'Undefined symbol
"mod_auth_0k"'

Invalid Configuration in instance 'sessions':
<load main='jsm' jsm='' mod_echo='' mod_roster='' mod_time=''
mod_vcard='' mod_last='' mod_version='' mod_announce='' mod_disco=''
mod_admin='' mod_filter='' mod_offline='' mod_presence=''
mod_auth_plain='' mod_auth_digest=''>
      <jsm>./jsm/jsm.so</jsm>


Thanks,
Chris.
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to