Re: [exim] Compile Exim with mysql support. Error

Top Page
Delete this message
Reply to this message
Author: peter
Date:  
To: exim-users
Subject: Re: [exim] Compile Exim with mysql support. Error
> Hello,
> I have the next error :
>
> No Rule to make target 'lookups/lookups.a'
>
>
> What is the possible cause ??


You built Exim once, then enabled new lookup types in Local/Makefile, but
didn't clean the build tree before you ran 'make' again.

>I read in Google and is no solution. The
> solution is compile other version... You know ??


No, that's not the solution.

make clean
rm -r build-*
make

should fix it.

Peter