Hello, On Sun, 2008-10-05 at 17:25 +0200, Nicolas Raspail wrote: > ejabberd 2.0.2 is out, and we still don't see any news about a new port > version. > Is Shaun still maintening the port actively ?
It doesn't seem to be the case, but it's easy to install ejabberd 2.0.2 by yourself "manually" if you really need it: 0) (install the old version of ejabberd with the port to make sure you have all dependencies... ) 1) get the source via lynx http://www.process-one.net/en/ejabberd/downloads/ 2) unpack in /usr/local/src 3) cd ejabberd-2.0.2 3) ./configure --prefix=/usr/local/ejabberd 4) gmake all; gmake install all 5) update /usr/local/ejabberd/etc/* 6) /usr/local/ejabberd/sbin/ejabberdctl start 7) access http://serverIP:5280/admin/ Et voilĂ :-) A clean port would of course be nicer, but in the mean time, this solutions seems to work... Regards & have a nice week-end, Olivier _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
