All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] where is libdns_sd.so?
@ 2014-09-22 18:46 Sylvain LG
  2014-09-22 20:44 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Sylvain LG @ 2014-09-22 18:46 UTC (permalink / raw)
  To: buildroot

Hello,

I've just compiled my system with target package Avahi:

[*] avahi
[*]   IPv4LL network address configuration daemon
[*]   mDNS/DNS-SD daemon

I need libdns_sd.so to develop a zeroconf application.

But no such a lib is compiled altough a *find ./output -name *dns_sd**
displays:

./build/avahi-0.6.31/avahi-compat-libdns_sd
> ./build/avahi-0.6.31/avahi-compat-libdns_sd/dns_sd.h
> ./build/avahi-0.6.31/avahi-compat-libdns_sd.pc.in


What should I do?

Regards,

Sylvain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140922/f40f88f0/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] where is libdns_sd.so?
  2014-09-22 18:46 [Buildroot] where is libdns_sd.so? Sylvain LG
@ 2014-09-22 20:44 ` Peter Korsgaard
  2014-09-22 21:05   ` Nimai Mahajan
  2014-09-22 21:09   ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Korsgaard @ 2014-09-22 20:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Sylvain" == Sylvain LG <forum@sylvainlegourr.com> writes:

 > Hello,
 > I've just compiled my system with target package Avahi:

 > [*] avahi ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
 > [*] ? IPv4LL network address configuration daemon?
 > [*] ? mDNS/DNS-SD daemon?

 > I need?libdns_sd.so to develop a zeroconf application.

 > But no such a lib is compiled altough a find ./output -name *dns_sd* displays:


 >     ./build/avahi-0.6.31/avahi-compat-libdns_sd
 >     ./build/avahi-0.6.31/avahi-compat-libdns_sd/dns_sd.h
 >     ./build/avahi-0.6.31/avahi-compat-libdns_sd.pc.in

the bonjour compatibility library is not built by default, but needs be
explicitly be enabled at configure time with --enable-compat-libdns_sd.

We don't currently have a Buildroot option to enable this, but I'll add
it now.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] where is libdns_sd.so?
  2014-09-22 20:44 ` Peter Korsgaard
@ 2014-09-22 21:05   ` Nimai Mahajan
  2014-09-23  8:12     ` Sylvain LG
  2014-09-22 21:09   ` Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Nimai Mahajan @ 2014-09-22 21:05 UTC (permalink / raw)
  To: buildroot

Peter Korsgaard <jacmet@...> writes:

> 
> >>>>> "Sylvain" == Sylvain LG <forum <at> sylvainlegourr.com> writes:
> 
>  > Hello,
>  > I've just compiled my system with target package Avahi:
> 
>  > [*] avahi ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
>  > [*] ? IPv4LL network address configuration daemon?
>  > [*] ? mDNS/DNS-SD daemon?
> 
>  > I need?libdns_sd.so to develop a zeroconf application.
> 
>  > But no such a lib is compiled altough a find ./output -name 
*dns_sd* displays:
> 
>  >     ./build/avahi-0.6.31/avahi-compat-libdns_sd
>  >     ./build/avahi-0.6.31/avahi-compat-libdns_sd/dns_sd.h
>  >     ./build/avahi-0.6.31/avahi-compat-libdns_sd.pc.in
> 
> the bonjour compatibility library is not built by default, but needs 
be
> explicitly be enabled at configure time with --enable-compat-
libdns_sd.
> 
> We don't currently have a Buildroot option to enable this, but I'll 
add
> it now.
> 

Thanks Peter! Our application will also require this for a fully-
complaint zeroconf solution (using a C application) to detect connected 
clients in real-time.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] where is libdns_sd.so?
  2014-09-22 20:44 ` Peter Korsgaard
  2014-09-22 21:05   ` Nimai Mahajan
@ 2014-09-22 21:09   ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2014-09-22 21:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <jacmet@uclibc.org> writes:

 > the bonjour compatibility library is not built by default, but needs be
 > explicitly be enabled at configure time with --enable-compat-libdns_sd.

 > We don't currently have a Buildroot option to enable this, but I'll add
 > it now.

Added in git:

http://git.buildroot.net/buildroot/commit/?id=1ab5a23e730a19dece727ffe59ae97b65d0a1ccc

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] where is libdns_sd.so?
  2014-09-22 21:05   ` Nimai Mahajan
@ 2014-09-23  8:12     ` Sylvain LG
  0 siblings, 0 replies; 5+ messages in thread
From: Sylvain LG @ 2014-09-23  8:12 UTC (permalink / raw)
  To: buildroot

Thank you. It works great.

2014-09-22 23:05 GMT+02:00 Nimai Mahajan <nimaim@gmail.com>:

> Peter Korsgaard <jacmet@...> writes:
>
> >
> > >>>>> "Sylvain" == Sylvain LG <forum <at> sylvainlegourr.com> writes:
> >
> >  > Hello,
> >  > I've just compiled my system with target package Avahi:
> >
> >  > [*] avahi
> >  > [*]   IPv4LL network address configuration daemon
> >  > [*]   mDNS/DNS-SD daemon
> >
> >  > I need libdns_sd.so to develop a zeroconf application.
> >
> >  > But no such a lib is compiled altough a find ./output -name
> *dns_sd* displays:
> >
> >  >     ./build/avahi-0.6.31/avahi-compat-libdns_sd
> >  >     ./build/avahi-0.6.31/avahi-compat-libdns_sd/dns_sd.h
> >  >     ./build/avahi-0.6.31/avahi-compat-libdns_sd.pc.in
> >
> > the bonjour compatibility library is not built by default, but needs
> be
> > explicitly be enabled at configure time with --enable-compat-
> libdns_sd.
> >
> > We don't currently have a Buildroot option to enable this, but I'll
> add
> > it now.
> >
>
> Thanks Peter! Our application will also require this for a fully-
> complaint zeroconf solution (using a C application) to detect connected
> clients in real-time.
>
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140923/0238e0ae/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-23  8:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-22 18:46 [Buildroot] where is libdns_sd.so? Sylvain LG
2014-09-22 20:44 ` Peter Korsgaard
2014-09-22 21:05   ` Nimai Mahajan
2014-09-23  8:12     ` Sylvain LG
2014-09-22 21:09   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.