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

2009-05-05 Thread turutani



Bill Somerson wrote:
> 
> "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:
> 
> 

how about the patch in
http://www.freebsd.org/cgi/query-pr.cgi?pr=134227
?


-- 
View this message in context: 
http://www.nabble.com/Apache-won%27t-start---undefined-symbol-%22libintl_bindtextdomain%22-tp23259886p23384784.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 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-unsubscr...@freebsd.org"
>>>
>>>
>>
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> freebsd-questions-unsubscr...@freebsd.org"
>>
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-04-27 Thread Bill Somerson
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-unsubscr...@freebsd.org"
>>
>>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscr...@freebsd.org"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-04-27 Thread Adam Vande More

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-unsubscr...@freebsd.org"
  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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_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.so
libintl.so.8

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-unsubscr...@freebsd.org"