Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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: Fri, 30 Oct 2009 23:43:09 -0400
  • Message-id: <23116.1256960589@sss.pgh.pa.us> <text/plain>

"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



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group