Re: [exim] exim 4.71 compile problem

Top Page
Delete this message
Reply to this message
Author: Andrei Moraru
Date:  
To: exim-users, Andrei Moraru
Subject: Re: [exim] exim 4.71 compile problem
Solved

the problem was in missing mysql.h and spf.h for compiling exim.
in the Local/Makefile i have specified mysql lookup support and SPF support,
but did not put the right path to the needed headers.

So, the exim build and installed succesfully.
I hope it will help others.

@Phil Pennock <exim-users@???>

thanks for pointing in solving problem.

On Tue, May 11, 2010 at 12:33 PM, Phil Pennock <exim-users@???>wrote:

> On 2010-05-11 at 00:46 +0300, Andrei Moraru wrote:
> > Hello
> >
> > when compiling exim 4.71 from sources, i get the folowing error:
> >
> > gcc -o exim
> > gcc: lookups/lookups.a: No such file or directory
>
> So, there may have been an earlier error?
>
> Did you perhaps build, make clean, change a build config option and not
> "make makefile" before rebuilding, so that the right components aren't
> getting built and linked, which might lead to this?
>
> -Phil
>