Re: [users@httpd] How to link pcre statically into Apache 2.4.9?

2014-05-27 Thread Stanley Dziegiel
. > . > > > Hope that works for you. > > - Original Message - > From: sdzie...@stronglg.demon.co.uk > To: users@httpd.apache.org > Sent: Friday, May 23, 2014 10:56:40 AM GMT -05:00 US/Canada Eastern > Subject: [users@httpd] How to link pcre staticall

Re: [users@httpd] How to link pcre statically into Apache 2.4.9?

2014-05-23 Thread Jack Swan
tatic \ --with-pcre=$LOCALDIR/$PCRE_VER \ . . . Hope that works for you. - Original Message - From: sdzie...@stronglg.demon.co.uk To: users@httpd.apache.org Sent: Friday, May 23, 2014 10:56:40 AM GMT -05:00 US/Canada Eastern Subject: [users@httpd] How to link

[users@httpd] How to link pcre statically into Apache 2.4.9?

2014-05-23 Thread Stanley Dziegiel
At work we compile Apache ourselves with some custom modules. I have been asked to upgrade from Apache 2.2 to Apache 2.4. The build script mostly works but we would like to continue to link pcre in statically and I am struggling to find the right combination of switches to configure. The decouplin