[imapfilter-devel] IMAPFilter 1.3

Lefteris Chatzimparmpas lefcha at hellug.gr
Tue Feb 20 15:44:31 EET 2007


Michael Skibbe wrote:
> On Friday 16 February 2007 14:39, Lefteris Chatzimparmpas wrote:
>> You need to have the PCRE (http://www.pcre.org) library installed in
>> your system, if PCRE support will be built in.  The pcre.h file is part
>> of the PCRE library distribution.
>>
>> Imapfilter just uses the functionality provided by the PCRE library, and
>> wraps it with a very simple interface in Lua, the regex_search()
>> auxiliary function, that is described in the imapfilter_config(5) manual
>> page.
>>
>> If you don't want support for PCRE, you can just do:
>>
>>   ./configure -o pcre=no
>>
>> ... before building the imapfilter distribution.
>>
>> L.
> 
> ahh... interesting. but shouldn't the configure script tell me this? or 
> automatically do "./configure -o pcre=no"?
> 
> greetings
> Michael
> 

What do you mean?

You can see the available options with:

  ./configure -h

Normally, imapfilter will build fine if you have installed the required
software inside /usr or /usr/local, but if some distribution places
things in a special directory, you have to play with some variables or
let the packagers do the job...

Hmm, now that I think of it, since Lua 5.1 and the PCRE library seem to
have support for pkg-config, I will probably switch to using in the next
release...

L.




More information about the Imapfilter-devel mailing list