From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 18:23:56 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FD63106564A for ; Thu, 28 Oct 2010 18:23:56 +0000 (UTC) (envelope-from rjgonzale@estrads.com.ar) Received: from cpoproxy3-pub.bluehost.com (cpoproxy3-pub.bluehost.com [67.222.54.6]) by mx1.freebsd.org (Postfix) with SMTP id 2144C8FC1E for ; Thu, 28 Oct 2010 18:23:55 +0000 (UTC) Received: (qmail 18483 invoked by uid 0); 28 Oct 2010 18:23:55 -0000 Received: from unknown (HELO box511.bluehost.com) (74.220.219.111) by cpoproxy3.bluehost.com with SMTP; 28 Oct 2010 18:23:55 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=estrads.com.ar; h=Received:Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=NVV0OkcRm2M2XHyPM58IWaM/v+XEcmuPfmXtI6VAmQLZlxxeCyYQdqXoJ6uKv2WNaneQ8TpKlte/KO3GBZKgpDOsJ98/BOcdZ6646os09IefKygQXSgReHGvnRTu2euu; Received: from host188.190-30-198.telecom.net.ar ([190.30.198.188] helo=rjgonzale-laptop) by box511.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1PBX8k-0005uU-24; Thu, 28 Oct 2010 12:23:55 -0600 Date: Thu, 28 Oct 2010 15:23:50 -0300 From: Rodrigo Gonzalez To: Ryan Coleman Message-ID: <20101028152350.190fabd3@rjgonzale-laptop> In-Reply-To: <01C137CD-8C0B-4A98-A461-47574708757E@d3photography.com> References: <1D012A1E-6C85-4F6D-913D-FA058CA00ECF@d3photography.com> <20101028143028.2bd363a8@rjgonzale-laptop> <01C137CD-8C0B-4A98-A461-47574708757E@d3photography.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.0; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Identified-User: {32647:box511.bluehost.com:gonosade:estrads.com.ar} {sentby:smtp auth 190.30.198.188 authed with rjgonzale@estrads.com.ar} Cc: FreeBSD Mailing List , TCLUG Mailing List Subject: Re: Jabber/XXMP suggestions? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 18:23:56 -0000 I didnt remember that, checking erlang port it has # The Java applications that are part of the Erlang distribution are # not strictly necessary - it is included for completeness sake. A # problem with the Erlang build procedure is that it only checks if # javac is in the regular path - and then assumes that all of the jdk # utilities is in the path as well. The only way to make sure that # this is the case (that I could think of at least) was to make sure # ${JAVA_HOME}/bin is added to the PATH, using the *_ENV macros. .if !defined(WITHOUT_JAVA) USE_JAVA= yes JAVA_VERSION= 1.4+ # Make sure ${JAVA_HOME}/bin is in the path CONFIGURE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin MAKE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin SCRIPT_ENV+= PATH=${PATH}:${JAVA_HOME}/bin .endif So, you should be able to avoid java (not required for ejabberd) with WITHOUT_JAVA I hope this help On Thu, 28 Oct 2010 12:53:29 -0500 Ryan Coleman wrote: > Well, it's requiring that I download updates from Sun... so I'm > avoiding it from past experience with trying to navigate their > website. > > I'll put it back on the list. > > On Oct 28, 2010, at 12:30 PM, Rodrigo Gonzalez wrote: > > > ejabberd is erlang not java. > > > > I used it without any problems for some years > > > > > > Rodrigo > > > > On Thu, 28 Oct 2010 11:28:48 -0500 > > Ryan Coleman wrote: > > > >> What are your recommendations for a Jabber server? I've tried to > >> get jabberd (2) installed but had PAM issues with it; previously > >> ran openfire but wasn't happy with it running in Java and the same > >> goes, now, with ejabberd which I haven't installed but also runs > >> on Java. > >> > >> Not a lot of users, but I'd like to have SSL and the possibility > >> of a "guest" account to hook through my website to do customer > >> support when I'm online. I'll worry about how to make that happen > >> later. > >> > >> Thanks, > >> > >> Ryan_______________________________________________ > >> freebsd-questions@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> To unsubscribe, send any mail to > >> "freebsd-questions-unsubscribe@freebsd.org" > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"