ejabberd - Comments for "Download and install contributions from ejabberd-modules SVN" https://www.ejabberd.im/ejabberd-modules en Thank you very much! I https://www.ejabberd.im/ejabberd-modules#comment-67354 <p>Thank you very much! I already broke my head...<br /> It's was the first time I've installed ejabberd. Well then old net instructions have an issue.<br /> Went to reinstall ejabberd. And freebsd too, cause there was many attempts to compile this mod on many different versions of erlang :)</p> Fri, 03 Mar 2017 07:32:34 +0000 ZPaul comment 67354 at https://www.ejabberd.im > svn co https://www.ejabberd.im/ejabberd-modules#comment-67350 <p>&gt; svn co <noindex><a href="https://svn.process-one.net/ejabberd-modules" title="https://svn.process-one.net/ejabberd-modules" rel="nofollow" >https://svn.process-one.net/ejabberd-modules</a></noindex></p> <p>Hey! that SVN repository moved to Git many months or years ago:<br /> <noindex><a href="https://github.com/processone/ejabberd-contrib" title="https://github.com/processone/ejabberd-contrib" rel="nofollow" >https://github.com/processone/ejabberd-contrib</a></noindex></p> <p>&gt; Hello everyone! I have freebsd 11.0-RELEASE-p1 server with erlang 19.2.3 and ejabberd 17.01 aboard</p> <p>Hey! ejabberd 17 already includes mod_admin_extra, no need to look at ejabberd-contrib</p> Thu, 02 Mar 2017 18:28:03 +0000 badlop comment 67350 at https://www.ejabberd.im mod_admin_extra https://www.ejabberd.im/ejabberd-modules#comment-67346 <p>Hello everyone! I have freebsd 11.0-RELEASE-p1 server with erlang 19.2.3 and ejabberd 17.01 aboard<br /> What I did:<br /> svn co <noindex><a href="https://svn.process-one.net/ejabberd-modules" title="https://svn.process-one.net/ejabberd-modules" rel="nofollow" >https://svn.process-one.net/ejabberd-modules</a></noindex><br /> cd /usr/local/etc/ejabberd/ejabberd-modules/mod_admin_extra/trunk<br /> ./build.sh<br /> cp ./ebin/mod_admin_extra.beam /usr/local/lib/erlang/lib/ejabberd-17.01/ebin</p> <p>What I have:<br /> /var/log/ejabberd/error.log<br /> ===================================<br /> 2017-03-02 11:43:49.482 [critical] &lt;0.534.0&gt;@gen_mod:start_module:162 Problem starting the module mod_admin_extra for host &lt;&lt;"ejabberd.myhideddomain.ru"&gt;&gt;<br /> options: []<br /> exit: {aborted,<br /> {bad_type,<br /> {ejabberd_commands,compile,<br /> [erlang],<br /> "Recompile and reload Erlang source code file",[],<br /> mod_admin_extra,compile,<br /> [{file,string}],<br /> {res,rescode}}}}<br /> [{mnesia,abort,1,[{file,"mnesia.erl"},{line,318}]},<br /> {mnesia,do_dirty_write,3,[{file,"mnesia.erl"},{line,1556}]},<br /> {lists,foreach,2,[{file,"lists.erl"},{line,1338}]},<br /> {ejabberd_commands,register_commands,1,<br /> [{file,"src/ejabberd_commands.erl"},{line,301}]},<br /> {gen_mod,start_module,3,[{file,"src/gen_mod.erl"},{line,154}]},<br /> {lists,foreach,2,[{file,"lists.erl"},{line,1338}]},<br /> {ejabberd_app,start,2,[{file,"src/ejabberd_app.erl"},{line,77}]},<br /> {application_master,start_it_old,4,<br /> [{file,"application_master.erl"},{line,273}]}]<br /> 2017-03-02 11:43:49.482 [critical] &lt;0.534.0&gt;@gen_mod:maybe_halt_ejabberd:170 ejabberd initialization was aborted because a module start failed.<br /> ===================================<br /> Recompiling isn't work. What should I do?</p> Thu, 02 Mar 2017 07:04:02 +0000 ZPaul comment 67346 at https://www.ejabberd.im ejabberd && PGSQL https://www.ejabberd.im/ejabberd-modules#comment-59458 <p>Hi, I'm running my ejabberd server in Debian Squezze and I'm trying to install postgresql driver for ejabberd. When I run ./build in ejabberd-modules/pgsql/trunk, I've nothing result in my /ebin. No results! someone has an idea? Thanks!!</p> Thu, 21 Feb 2013 18:19:04 +0000 Vononka comment 59458 at https://www.ejabberd.im hmm, i review it, This nice https://www.ejabberd.im/ejabberd-modules#comment-59112 <p>hmm, i review it, This nice chat with a response ...<br /> <noindex><a href="http://www.getall.us/" title="http://www.getall.us/" rel="nofollow" >http://www.getall.us/</a></noindex></p> Sat, 29 Sep 2012 06:03:59 +0000 social comment 59112 at https://www.ejabberd.im On other systems (such as https://www.ejabberd.im/ejabberd-modules#comment-55644 <p>On other systems (such as Ubuntu), you may also need to <code>sudo aptitude install erlang-tools</code> -- see the README.txt in ejabberd-modules for more info.</p> Mon, 26 Apr 2010 15:28:18 +0000 aaronwinborn comment 55644 at https://www.ejabberd.im Don't forget erlang-dev https://www.ejabberd.im/ejabberd-modules#comment-55479 <p>Note you must have the erlang-dev package installed on your server, or the build will throw some odd errors:</p> <div class="codeblock"><code>sudo aptitude install erlang-dev</code></div> Thu, 01 Apr 2010 23:03:37 +0000 aaronwinborn comment 55479 at https://www.ejabberd.im nevermind https://www.ejabberd.im/ejabberd-modules#comment-55218 <p>It puts it in /trunk/ebin.</p> Mon, 01 Feb 2010 22:47:28 +0000 dutrow comment 55218 at https://www.ejabberd.im beam files https://www.ejabberd.im/ejabberd-modules#comment-55217 <p>When I run build.sh or compile a module using erl (mod_logxml for isntance), I only get gen_mod.beam in my ejabberd-dev ebin directory and not something explicitly involving my module. I am hesitant to copy this file into /usr/lib/ejabberd/ebin since that file already exists. What should I do to get the module .beam file (mod_logxml.beam for instance) and not just the gen_mod.beam ?</p> Mon, 01 Feb 2010 22:45:54 +0000 dutrow comment 55217 at https://www.ejabberd.im Building simple modules https://www.ejabberd.im/ejabberd-modules#comment-55101 <p>Some modules can be built using the standard ejabberd installation. Not sure how widely applicable this method is, but it works with ejabberd_xmlrpc...</p> <p>Download the module source file via <noindex><a href="https://svn.process-one.net/ejabberd-modules/" title="https://svn.process-one.net/ejabberd-modules/" rel="nofollow" >https://svn.process-one.net/ejabberd-modules/</a></noindex> from <em>module_name</em>/trunk/src/</p> <p>Place the module source file in a local extensions directory in ejabberd install: ejabberd-n.n.n/lib/local/</p> <p>From a command line:<br /> &gt; cd ejabberd-n.n.n<br /> &gt; bin/erlc -I includes/ejabberd/include lib/local/<em>module.erl</em></p> <p>Place the resulting <em>module.beam</em> in a local ebin directory in ejabberd install: ejabberd-n.n.n/lib/local/ebin/</p> Thu, 07 Jan 2010 22:10:11 +0000 Liam comment 55101 at https://www.ejabberd.im It means you do not have https://www.ejabberd.im/ejabberd-modules#comment-53881 <p>It means you do not have Erlang installed or available in your path.</p> Tue, 30 Dec 2008 09:38:15 +0000 mremond comment 53881 at https://www.ejabberd.im Error using the ./build.sh https://www.ejabberd.im/ejabberd-modules#comment-53880 <p>Hi!<br /> I am running my CentosOS as root and when I try to run the ./build.sh after downloading the packages, etc. it sends me an error saying:<br /> "./build.sh: line 2: erl: command not found"</p> <p>It doesn't allow me to build the package.</p> <p>Thanks much in advance if anyone can help.</p> <p>Teo</p> Mon, 29 Dec 2008 22:03:39 +0000 teofilo comment 53880 at https://www.ejabberd.im I suppose https://www.ejabberd.im/ejabberd-modules#comment-53387 <p>For the people, who not familiar with these SVN's, etc (like me :)...</p> <p>You can download modules directly from webpage -</p> <p><a href="http://www.ejabberd.im/ejabberd-modules" title="http://www.ejabberd.im/ejabberd-modules">http://www.ejabberd.im/ejabberd-modules</a></p> <p>You should choose "trunk" directory at the left of page (for module You like), than go to "src" section, than click on blue arrow (download) near choosed file...</p> <p>To be precise - to download file, You have to hold "SHIFT" button and click on the blue arrow, otherwise You will just look at source code...</p> <p>To gurus - am I right? Is there a better way to download modules, not using SVN ?</p> Tue, 08 Jul 2008 19:07:15 +0000 philipj comment 53387 at https://www.ejabberd.im mod_http_bind + mod_http_fileserver https://www.ejabberd.im/ejabberd-modules#comment-53358 <p>Hi,</p> <p>I did what you wrote there but I can't put both modules working.</p> <p>When I ./build.sh the mod_http_bind then my mod_http_fileserver start failing and vice versa.</p> <p>After build mod_http_bind and copy *.beam to the right place I get this error:</p> <p>{undef,[{mod_http_fileserver,start,[...</p> <p>Then,</p> <p>After build mod_http_fileserver and copy *.beam to the right place I get this error:</p> <p>{undef,[{mod_http_bind,start,[...</p> <p>How can I solve this ring?</p> Tue, 01 Jul 2008 16:56:47 +0000 pingu22 comment 53358 at https://www.ejabberd.im In the shell https://www.ejabberd.im/ejabberd-modules#comment-3038 <p>Those commands are to be executed in a shell. In Windows, run "cmd.exe" to get a shell. You need to have <noindex><a href="http://subversion.tigris.org/" rel="nofollow" >Subversion</a></noindex> installed.</p> Wed, 07 Feb 2007 19:54:33 +0000 legoscia comment 3038 at https://www.ejabberd.im