Re: [Exim] 3.31 with minimal compiled-in stuff won't fscking…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Sheldon Hearn
日付:  
To: S. Joel Bernstein
CC: Exim Users Mailing List
題目: Re: [Exim] 3.31 with minimal compiled-in stuff won't fscking compile

On Tue, 03 Jul 2001 19:13:17 +0100, "S. Joel Bernstein" wrote:

> Compiling exim 3.31 - virtually nothing enabled in makefile at this point...
> make still exits with error - here is last snippet of `make >make.out 2>&1`


Virtually nothing enabled? You're linking against lots of libraries!

Ironically, your problem is that you're _not_ linking against libwrap,
which is required for USE_TCP_WRAPPERS, which you've enabled. :-)

Ciao,
Sheldon.