Re: [exim] freebsd am64 8.2 build problems

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: Randy Bush
CC: exim users
Subject: Re: [exim] freebsd am64 8.2 build problems
On 2011-01-05 at 17:45 +0900, Randy Bush wrote:
> anyone else seeing this?
>
> FreeBSD 8.2-PRERELEASE #0: Tue Jan 4 07:53:07 UTC 2011
>
> awk '{ print ($1+1) }' cnumber.h > cnumber.temp
> rm -f cnumber.h; mv cnumber.temp cnumber.h
> cc version.c
> rm -f exim
> cc -o exim
> lookups/lookups.a(nis.o)(.text+0x14): In function `nis0_find':
> : undefined reference to `yp_match'
> lookups/lookups.a(nis.o)(.text+0x61): In function `nis_find':
> : undefined reference to `yp_match'
> lookups/lookups.a(nis.o)(.text+0xae): In function `nis_open':
> : undefined reference to `yp_get_default_domain'
> *** Error code 1


Looks suspiciously similar to a problem you had with FreeBSD 8-beta3:

http://lists.exim.org/lurker/message/20090903.041637.586d4b67.en.html

Have you lost the WITHOUT_NIS setting?

-Phil