Apache won't start - undefined symbol "libintl_bindtextdomain"

2009-04-27 Thread Bill Somerson
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_bindtextdom

Re: Apache won't start - undefined symbol "libintl_bindtextdomain"

2009-04-27 Thread Bill Somerson
text-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

Re: Apache won't start - undefined symbol "libintl_bindtextdomain"

2009-04-27 Thread Bill Somerson
"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