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 <[email protected]> thanks for pointing in solving problem. On Tue, May 11, 2010 at 12:33 PM, Phil Pennock <[email protected]>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 > -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
