From owner-freebsd-questions@FreeBSD.ORG Tue Nov 22 19:54:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7DF516A422 for ; Tue, 22 Nov 2005 19:54:39 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 942C843D7B for ; Tue, 22 Nov 2005 19:54:29 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 3068 invoked from network); 22 Nov 2005 19:54:17 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Nov 2005 19:54:17 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6589C2841B; Tue, 22 Nov 2005 14:54:16 -0500 (EST) Sender: lowell@be-well.ilk.org To: Efren Bravo To: freeBSD References: <20051122162014.97843.qmail@web25509.mail.ukl.yahoo.com> From: Lowell Gilbert Date: 22 Nov 2005 14:54:16 -0500 In-Reply-To: <20051122162014.97843.qmail@web25509.mail.ukl.yahoo.com> Message-ID: <447jb0qx07.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: jabberd error, help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 19:54:40 -0000 Efren Bravo writes: > I've installed jabberd2 (#pkg_add -rv jabberd) > and I followed the jabber_guide.pdf instructions > but when I execute /usr/local/bin/jabberd -D, I > get this error: > > # cat c2s.log > Tue Nov 22 09:37:52 2005 [notice] starting up > Tue Nov 22 09:37:52 2005 [info] process id is > 3263, written to > /var/jabberd/pid/c2s.pid > Tue Nov 22 09:37:52 2005 [error] no such auth > module 'mysql' > > The mysql libs are in /usr/local/lib/mysql. > > Is there a way to tell to jabberd that the > mysql's libs are in that path? Sounds like you are trying to use some kind of authentication that you didn't configure the port with. What kind of authentication are you using, and what does the port config ("make showconfig") look like?