Date: Mon, 27 Apr 2009 11:35:31 -0500 From: Adam Vande More <amvandemore@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: Apache won't start - undefined symbol "libintl_bindtextdomain" Message-ID: <49F5DED3.8010609@gmail.com> In-Reply-To: <af13f00c0904270905m9e1fe90w1946de8ac6263eb4@mail.gmail.com> References: <af13f00c0904270905m9e1fe90w1946de8ac6263eb4@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49F5DED3.8010609>