Re: [us...@httpd] build httpd with OS's PCRE lib

2009-02-10 Thread Bob Ionescu
2009/2/10 Ralf Peng : > How to build Apache with pcre lib provided by OS (such as Linux)? > ( by default apache was built with bundled PCRE library, is it?) 2.0 and 2.2, yes, 2.3/2.4 stop bundling it. > I'm using httpd-2.0.59 from the sources. > when I run ./configure --help |grep -i pcre I got

[us...@httpd] build httpd with OS's PCRE lib

2009-02-09 Thread Ralf Peng
Hello, How to build Apache with pcre lib provided by OS (such as Linux)? ( by default apache was built with bundled PCRE library, is it?) I'm using httpd-2.0.59 from the sources. when I run ./configure --help |grep -i pcre I got nothing output. Thanks. -