logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Is it possible to compile Apache 2.2.22 with PCRE 8.30 ?
Author
SolidSnakeGTI



Joined: 16 May 2012
Posts: 16

PostPosted: Tue 26 Jun '12 15:41    Post subject: Is it possible to compile Apache 2.2.22 with PCRE 8.30 ? Reply with quote

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

PostPosted: Tue 26 Jun '12 20:33    Post subject: Reply with quote

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

PostPosted: Tue 26 Jun '12 21:30    Post subject: Reply with quote

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

PostPosted: Wed 27 Jun '12 3:49    Post subject: Reply with quote

Yes, what Steffen said

Patch: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/server/util_pcre.c?r1=332309&r2=1309513&view=patch
Back to top


Reply to topic   Topic: Is it possible to compile Apache 2.2.22 with PCRE 8.30 ? View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads