You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mbox-dev@httpd.apache.org by russell johnson <bv...@gmail.com> on 2005/07/07 01:33:51 UTC

mod_mbox with lucene4c

Does any one have a build file for building mod_mbox with lucene4c?

Re: mod_mbox with lucene4c

Posted by Paul Querna <ch...@force-elite.com>.
russell johnson wrote:

>Does any one have a build file for building mod_mbox with lucene4c?
>  
>
In the future, please use dev@httpd.apache.org, we have decided to move 
all discussion to there.

My Configure line is:
"./configure" \
"--with-apxs=/usr/local/httpd/trunk/bin/apxs" \
"--with-lucene4c=/usr/local/lucene4c"

Works here, GCC 4.0.0, httpd-trunk.

-Paul