[SERVER-4231] Building MongoDB C++ library requires unnecessary PCRE dependency Created: 08/Nov/11 Updated: 11/Jul/16 Resolved: 23/Mar/12 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Internal Client |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.1 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Hillel Lubman | Assignee: | Andy Schwerin |
| Resolution: | Done | Votes: | 0 |
| Labels: | dependency, driver, source | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Linux x86_64 |
||
| Operating System: | ALL |
| Participants: |
| Description |
|
Attempt to compile MongoDB C++ library from http://downloads.mongodb.org/cxx-driver/mongodb-linux-x86_64-v2.0-latest.tgz resulted in dependency on PCRE which is incorrect. Packages also provide binary .o files which seem extraneous there. |
| Comments |
| Comment by auto [ 23/Mar/12 ] |
|
Author: {u'login': u'', u'name': u'Andy Schwerin', u'email': u'Andy Schwerin schwerin@10gen.com'}Message: SCons refactoring, cleans up building and testing the C++ client. This patch does the following: 1.) Remove pcre.h dependencies in the C++ client, and remove some other Resolves |