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

Góra strony
Delete this message
Reply to this message
Autor: peter
Data:  
Dla: exim-users
Temat: 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