On Tue, Oct 21, 2008 at 11:14 PM, <[EMAIL PROTECTED]> wrote: > > It seems that the way to add modules is to simply copy them into > /usr/lib/ejabberd/ebin, is it possible to add another location (outside > of package control) to this path? Presumably somewhere such as > /usr/local/lib/ejabberd/ebin would be correct.
I'm not sure if it deserves a special option for that. In /etc/default/ejabberd config file you may find variable ERL_OPTIONS which is copied to ejabberd command line. Just add '-pa /usr/local/lib/ejabberd/ebin' to it and ejabberd wil search for modules it this directory. Though it would be better to add a note about -pa option to the comment before the variable in /etc/default/ejabberd and probably to README.Debian, so I'm not closing this bug. Cheers! -- Sergei Golovan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]