Re: [exim] Exim on Snow Leopard

Top Page
Delete this message
Reply to this message
Author: Jan-Piet Mens
Date:  
To: Amedeo Mantica
CC: exim-users, Ian Eiloart
Subject: Re: [exim] Exim on Snow Leopard
On Tue Sep 15 2009 at 13:20:35 CEST, Amedeo Mantica wrote:

> i get this compiling exim ( no monitor )
>
> Undefined symbols:
>   "_res_9_init", referenced from:
>       _dns_init in dns.o

[...]

Add the resolver library to EXTRALIBS:

        EXTRALIBS=-ldl -lresolv


That should do it.

        -JP