mod_s2s_log problem

I'm having some problems getting modules working with my ejabberd 2.1.8 installation on RHEL5.

I installed mod_s2s_log according to instructions but when I try to start ejabberd I get the following errors in the logs:

=ERROR REPORT==== 2011-08-05 11:56:50 ===
C(<0.35.0>:gen_mod:75) : Problem starting module mod_s2s_log for host ""
options: [{filename,"/opt/ejabberd/logs/s2s.log"}]
error: undef

=ERROR REPORT==== 2011-08-05 11:56:50 ===
c(<0.35.0>:gen_mod:80) : ejabberd initialization was aborted because a module start failed.

What am I missing here? Thanks.

Did you install ejabberd from

Did you install ejabberd from source or from binary package?
If from binary package, could you verify if this problem exists in the ejabberd installed from source?
(I suspect that your problem is related to https://support.process-one.net/browse/EJAB-1487)

I installed ejabberd from the

I installed ejabberd from the binary package provided by http://www.process-one.net/en/ejabberd/downloads. I'll see if I can try installing from source.

jcmacph wrote: =ERROR

jcmacph wrote:

=ERROR REPORT==== 2011-08-05 11:56:50 ===
C(<0.35.0>:gen_mod:75) : Problem starting module mod_s2s_log for host ""
options: [{filename, ["/opt/ejabberd/logs/s2s.log}]}]
error: undef

It may mean that ejabberd can't find the file mod_s2s_log.beam You should copy the file with all the other ejabberd beam files.

That was it! It's working

That was it! It's working now. Thanks.

Syndicate content