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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: S. Joel Bernstein
Fecha:  
A: Sheldon Hearn
Cc: Exim Users Mailing List
Asunto: Re: [Exim] 3.31 with minimal compiled-in stuff won't fscking compile
OK, I've got it done now :)

I had disabled all the stuff I would otherwise enable, like LDAP, mysql,
perl etc.
Why is there no line in the EDITME makefile to warn to use -lwrap with
tcp-wrappers? I'm a sysadmin, with basic programming skills, but I don't
think I could be expected to know this...

Joel
----- Original Message -----
From: "Sheldon Hearn" <sheldonh@???>
To: "S. Joel Bernstein" <joel@???>
Cc: "Exim Users Mailing List" <exim-users@???>
Sent: Wednesday, July 04, 2001 9:39 AM
Subject: 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.