From owner-freebsd-questions@FreeBSD.ORG Mon Apr 27 16:49:45 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 9F1001065672 for ; Mon, 27 Apr 2009 16:49:45 +0000 (UTC) (envelope-from billsomerson@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id 6EC9E8FC0A for ; Mon, 27 Apr 2009 16:49:45 +0000 (UTC) (envelope-from billsomerson@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so16013wfg.7 for ; Mon, 27 Apr 2009 09:49:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=IOUdEdv2bGo36nWvgBwnOGMoPS3DsHqW1mt+X5pcaH0=; b=bMYiSDLEnPf4kuqwDumfmgCFtd+n7I0NUYi3XcAvQW+0mc5xx1oAWMq1rByxt/OJ/Q 0LiOmYrMfCxa8A0XKSUz2L62+cp4PNyYSLgH3cne3i68PCWXhMqBVdp3ZSPMvnfjQX68 9/h3zgDbNFe2MYlvfNc5Z16sKsepR0mkCOSz4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EQwevzfy9sKp38zogtGTE+aknHZOBV8YVT8mgXXbf9s20vEFojVNwO/jUOjpmpY2pc 24R/OkbowHn7X0m2p3fJqcqWCaV2ATlsrqaoi3aiUvaSOsI+2ckf7XD4puG9K5pf7RDt mcbXxbhDuZHFcqeXe2FNqNjW/f1IvzRDK72vs= MIME-Version: 1.0 Received: by 10.142.50.6 with SMTP id x6mr132653wfx.195.1240850984307; Mon, 27 Apr 2009 09:49:44 -0700 (PDT) In-Reply-To: References: <49F5DED3.8010609@gmail.com> Date: Mon, 27 Apr 2009 12:49:44 -0400 Message-ID: From: Bill Somerson To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Apache won't start - undefined symbol "libintl_bindtextdomain" 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: Mon, 27 Apr 2009 16:49:45 -0000 "I did a "make config" in avahi-app (which is where libintl.so.8 came from)" Sorry, I meant avahi-app is where libavahi-common.so.3 came from (which is the thing that's complaining about a lack of libintl_bindtextdomain). On Mon, Apr 27, 2009 at 12:46 PM, Bill Somerson wrote: > Thanks, but I'm not sure what you mean by "recompiling the mentioned ports > with gettext support". I did a "make config" in avahi-app (which is where > libintl.so.8 came from), and it said there were no configuration options. > Apache 2.2 has a whole bunch of configuration options, but I didn't see any > that were obviously related to gettext. Could you (or someone) please give > me a little more detail on how to do this? > > Just to be explicit, I have the following "gettext" packages installed > (which are the latest as of this morning): > > gettext-0.17_1 > p5-gettext-1.05_2 > > Thanks again. > > > > On Mon, Apr 27, 2009 at 12:35 PM, Adam Vande More wrote: > >> Bill Somerson wrote: >> >>> Hi, >>> >>> I've installed Apache 2.2, but when I try to start it, I get the >>> following >>> error: >>> >>> httpd: Syntax error on line 105 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" >>> >>> I don't know what "libintl" is (or "libavahi" or "mod_dnssd.so", for that >>> matter), but my /usr/local/lib does contain a bunch of "libintl" files: >>> >>> libintl.a >>> libintl.la >>> libintl.sogettext >>> libintl.so.8 >>> >>> >> Those are gettext libs... essential for many apps. >> If you don't use >> >> /usr/local/libexec/apache22/mod_dnssd.so >> >> it's safe to remove from apaches config to quell those particular errors. >> You can also try recompiling the mentioned ports with gettext support. >> pkg_info -W will also provide more info. >> >>> I have also installed Subversion, and asked it to use Apache, so I assume >>> that affected my Apache config. >>> >>> I have not made any manual modifications to httpd.conf. >>> >>> I am running 7.0 Release, and I have the following versions of various >>> things that may be related (all of them up to date as of today, as are >>> all >>> my other packages): >>> >>> apache-2.2.11_4 >>> avahi-app-0.6.25 >>> avahi-gtk-0.6.25 >>> subversion-1.6.0_2 >>> >>> Any advice would be greatly appreciated. Thanks in advance. >>> _______________________________________________ >>> 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" >> > >