On Wed, May 15, 2002 at 09:55:07PM -0700, Jon Travis wrote:
> Apache uses PCRE for a few regexp operations, but external modules which
> try to use other symbols (such as get_substring) el-kabong because Apache
> isn't importing it.
> 
> So, should:
> 
> a) all these modules be linking in all of the PCRE symbols into themselves
> 
> or
> 
> b) Apache include PCRE symbols as part of the exports.c 'hack' variables.
> 
> 
> I personally prefer 'b'.

I think b's the way to go.

An alternative might be to make PCRE a shared object where we provide
the headers...

-aaron

Reply via email to