Re: [EXIM] Compilation problem

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Mark Baker
日付:  
To: jhazan
CC: exim-users
題目: Re: [EXIM] Compilation problem
On Tue, Feb 17, 1998 at 09:55:53AM +0100, jhazan@??? wrote:

> I'm trying to compile exim on a Linux box with the Redhat 5.0
> distribution. When it comes to linking, I get two unresolved externals
> from host.o: dns_expand and res_search.


You need to link with -lresolv. The DNS resolver was built into libc5, but
is a separate library with libc6.

--
*** Exim information can be found at http://www.exim.org/ ***