Re: [exim-dev] Compile Exim

Top Pagina
Delete this message
Reply to this message
Auteur: Phil Pennock
Datum:  
Aan: Simon Thames
CC: exim-dev@exim.org
Onderwerp: Re: [exim-dev] Compile Exim
On 2013-05-28 at 10:50 +0000, Simon Thames wrote:
> Is there a way I can compile Exim without Perl ?


Comment out the EXIM_PERL= line in Local/Makefile before you build.
Re-run "make makefiles" if you've already built. Then "make clean" (for
safety) and "make".

Note that the src/EDITME provided by Exim as a default for
Local/Makefile leaves EXIM_PERL commented out, so something between us
and you is enabling Perl.

-Phil