Re: BUG #5155: Error compiling postgresql-8.5alpha2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Pierre" <pierre42d(at)9online(dot)fr>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5155: Error compiling postgresql-8.5alpha2
Date: 2009-10-31 03:43:09
Message-ID: 23116.1256960589@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Pierre" <pierre42d(at)9online(dot)fr> writes:
> postmaster/postmaster.o: In function `ClosePostmasterPorts':
> postmaster.c:(.text+0xadb): undefined reference to `DNSServiceRefSockFD'
> postmaster/postmaster.o: In function `StartChildProcess':
> postmaster.c:(.text+0x1d9f): undefined reference to `DNSServiceRefSockFD'
> postmaster/postmaster.o: In function `ServerLoop':
> postmaster.c:(.text+0x2e3b): undefined reference to `DNSServiceRefSockFD'
> postmaster/postmaster.o: In function `PostmasterMain':
> postmaster.c:(.text+0x55dc): undefined reference to `DNSServiceRegister'

It looks like you're trying to use --with-bonjour on a non-Mac platform.
We only support that on OS X.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2009-10-31 03:51:57 Re: BUG #5150: math bug
Previous Message Tom Lane 2009-10-31 03:29:29 Re: BUG #5150: math bug