Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Is it possible to compile Apache 2.2.22 with PCRE 8.30 ? |
|
Author |
|
SolidSnakeGTI
Joined: 16 May 2012 Posts: 16
|
Posted: Tue 26 Jun '12 15:41 Post subject: Is it possible to compile Apache 2.2.22 with PCRE 8.30 ? |
|
|
Hello Dears,
Is it possible to compile Apache 2.2.22 with PCRE 8.30 ?
Any success stories with v8.30 or even any other version above 5.0?
I've already tried many times, but no success, only version 5.0 success. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Tue 26 Jun '12 20:33 Post subject: |
|
|
Yes ..... BUT you need to do some modification of the project's dsp file to match the different file structure since pcre is statically linked in Apache 2.2 |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Tue 26 Jun '12 21:30 Post subject: |
|
|
Plus a fix which is not yet in 2.2.22:
Code: | * core: Fix building against external PCRE 8.30.
PCRE has removed long deprecated pcre_info(). Use pcre_fullinfo()
instead which is present as a replacement since PCRE 3.0 so
would also be OK when building with bundled PCRE. |
Steffen |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
|
Back to top |
|
|
|
|
|
|