Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Anyone done this on a FreeBSD server?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Anyone done this on a FreeBSD server?
Authored by: surfsofa on Nov 17, '03 12:21:22PM

I'm trying to get this up and running on my FreeBSD server, so far without success. Two questions to anyone else who's done this :

1) How did you compile mDNSproxyresponder? I'm having problems with the makefile - any tips?

2) I've tried using mdnsd which appears to do the same job, but no joy with that either. Have you had tried and succeeded with this?

TIA for any pointers :)



[ Reply to This | # ]
Anyone done this on a FreeBSD server?
Authored by: sandro on Nov 17, '03 03:18:45PM

Near the top in the section on OS's and add the following lines to your Makefile:

ifeq ($(os),freebsd)
CFLAGS_OS = -DHAVE_SOCKADDR_SA_LEN -DHAVE_DAEMON -DHAVE_SOCKLEN_T
else
.
[section on osx & cantbuild]
.
endif



[ Reply to This | # ]