From owner-freebsd-questions@FreeBSD.ORG Tue May 5 18:04:20 2009 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 DA6661065676 for ; Tue, 5 May 2009 18:04:20 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id A7D148FC1A for ; Tue, 5 May 2009 18:04:17 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 6928C7E837; Tue, 5 May 2009 10:04:16 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Tue, 5 May 2009 20:04:14 +0200 User-Agent: KMail/1.11.2 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: <20090503120018.6ED6110656FD@hub.freebsd.org> <20090504054840inode@frozen-zone.org> <49FEF42E.30700@rakupottery.org.uk> In-Reply-To: <49FEF42E.30700@rakupottery.org.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905052004.15000.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Martin Smith Subject: Re: Apache errors. 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: Tue, 05 May 2009 18:04:21 -0000 On Monday 04 May 2009 15:57:02 Martin Smith wrote: > Armin Pirkovitsch wrote: > > Hi! > > > > Have you tried to recompile the port from which that library came? > > (pkg_info -W /usr/local/lib/libavahi-common.so.3 should help you finding > > the correct port if you do not know which port that is) > > > > Armin > > > > On Sun 03 May 2009, Jeff Molofee wrote: > >> Just started getting this.. can anyone tell me how to fix it? > >> > >> Performing sanity check on apache22 configuration: > >> httpd: Syntax error on line 104 of /usr/local/etc/apache22/httpd.conf: > >> Cannot load /usr/local/libexec/apache22/mod_dnssd.so into server: > >> /usr/local/lib/libavahi-common.so.3: Undefined symbol > >> "libintl_bindtextdomain" > > Now I have the same problem so I went to recompile avahi-app, did rmconfig > and then make config, it said no user config options, or something very > similar. > So where to now? Rebuild gettext, then avahi. The bindtextdomain is from gettext. If that don't help, disable mod_dnssd and ping avahi/apache maintainers. Most users don't need this module. It is used to advertise your http server to the local network, just in case you have it on another port. gnome-user-share and as such x11/gnome2 finds it necessary to install this stuff. Only way to get rid of it, seems to be to install gnome2-lite and then pick what extras you do want. -- Mel