Bug 55235 - Makefile.win installd target fails when installing pcre DLL
Summary: Makefile.win installd target fails when installing pcre DLL
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Build (show other bugs)
Version: 2.5-HEAD
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2013-07-10 20:57 UTC by Ben Reser
Modified: 2013-08-19 11:54 UTC (History)
0 users



Attachments
Install pcred.dll instead of pcre.dll when installing a debug build. (645 bytes, text/plain)
2013-07-10 20:57 UTC, Ben Reser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Reser 2013-07-10 20:57:30 UTC
Created attachment 30576 [details]
Install pcred.dll instead of pcre.dll when installing a debug build.

The installd target fails when installing the dll since it assumes that pcre always produces pcre.dll, however when producing a Debug build of PCRE via CMake (the now preferred way of building PCRE on Windows) the DLL is named pcred.dll.

I'm assuming that prior to 2.4 this wasn't an issue because HTTPD included and built PCRE itself.

The attached patch fixes this.
Comment 1 Gregg L. Smith 2013-07-20 01:17:08 UTC
Fixed in trunk r1505073
Proposed for 2.4 r1505077
Comment 2 Jeff Trawick 2013-08-19 11:54:39 UTC
in 2.4.x branch with r1515375