From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 18:29:31 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 433141065697 for ; Thu, 28 Oct 2010 18:29:31 +0000 (UTC) (envelope-from editor@d3photography.com) Received: from server.cwis.biz (70-89-202-5-invergrove-mn.hfc.comcastbusiness.net [70.89.202.5]) by mx1.freebsd.org (Postfix) with ESMTP id DCAF58FC15 for ; Thu, 28 Oct 2010 18:29:30 +0000 (UTC) Received: from server.cwis.biz (localhost [127.0.0.1]) by server.cwis.biz (Postfix) with ESMTP id BE27826246D4; Thu, 28 Oct 2010 13:29:33 -0500 (CDT) X-Virus-Scanned: amavisd-new at cwis.biz Received: from server.cwis.biz ([127.0.0.1]) by server.cwis.biz (server.cwis.biz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VG1By3+zrzpe; Thu, 28 Oct 2010 13:29:32 -0500 (CDT) Received: from [192.168.1.163] (c-76-113-215-212.hsd1.mn.comcast.net [76.113.215.212]) by server.cwis.biz (Postfix) with ESMTPSA id E4D2826246D3; Thu, 28 Oct 2010 13:29:31 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Ryan Coleman In-Reply-To: <20101028152350.190fabd3@rjgonzale-laptop> Date: Thu, 28 Oct 2010 13:29:05 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <22C60B91-E656-471F-9B2C-3B6972DE29BE@d3photography.com> References: <1D012A1E-6C85-4F6D-913D-FA058CA00ECF@d3photography.com> <20101028143028.2bd363a8@rjgonzale-laptop> <01C137CD-8C0B-4A98-A461-47574708757E@d3photography.com> <20101028152350.190fabd3@rjgonzale-laptop> To: Rodrigo Gonzalez X-Mailer: Apple Mail (2.1081) 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:29:31 -0000 excellent. I didn't dig in too deeply last night when I was trying to = install it. On Oct 28, 2010, at 1:23 PM, Rodrigo Gonzalez wrote: > I didnt remember that, checking erlang port it has >=20 > # 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. >=20 > .if !defined(WITHOUT_JAVA) > USE_JAVA=3D yes > JAVA_VERSION=3D 1.4+ > # Make sure ${JAVA_HOME}/bin is in the path > CONFIGURE_ENV+=3D PATH=3D${PATH}:${JAVA_HOME}/bin > MAKE_ENV+=3D PATH=3D${PATH}:${JAVA_HOME}/bin > SCRIPT_ENV+=3D PATH=3D${PATH}:${JAVA_HOME}/bin > .endif >=20 > So, you should be able to avoid java (not required for ejabberd) with > WITHOUT_JAVA >=20 > I hope this help >=20 > On Thu, 28 Oct 2010 12:53:29 -0500 > Ryan Coleman wrote: >=20 >> Well, it's requiring that I download updates from Sun... so I'm >> avoiding it from past experience with trying to navigate their >> website. >>=20 >> I'll put it back on the list. >>=20 >> On Oct 28, 2010, at 12:30 PM, Rodrigo Gonzalez wrote: >>=20 >>> ejabberd is erlang not java. >>>=20 >>> I used it without any problems for some years >>>=20 >>>=20 >>> Rodrigo >>>=20 >>> On Thu, 28 Oct 2010 11:28:48 -0500 >>> Ryan Coleman wrote: >>>=20 >>>> 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. >>>>=20 >>>> 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. >>>>=20 >>>> Thanks, >>>>=20 >>>> 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" >>>=20 >>> _______________________________________________ >>> 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" >>=20 >> _______________________________________________ >> 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" >=20