[SERVER-1291] Shared client library not installed Created: 24/Jun/10 Updated: 12/Jul/16 Resolved: 24/Jun/10 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Build |
| Affects Version/s: | 1.5.1 |
| Fix Version/s: | 1.5.4 |
| Type: | Bug | Priority: | Minor - P4 |
| Reporter: | Johannes Wienke | Assignee: | Eliot Horowitz (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Also valid for trunk |
||
| Operating System: | ALL |
| Participants: |
| Description |
|
If built with shared client option, the generated shared library is not installed by the SConstruct file. These lines fix the problem: if GetOption( "sharedclient" ): |
| Comments |
| Comment by auto [ 25/Jun/10 ] |
|
Author: {'login': 'erh', 'name': 'Eliot Horowitz', 'email': 'eliot@10gen.com'}Message: install shared client library when compiling with it |
| Comment by auto [ 25/Jun/10 ] |
|
Author: {'login': 'erh', 'name': 'Eliot Horowitz', 'email': 'eliot@10gen.com'}Message: install shared client library when compiling with it |
| Comment by auto [ 24/Jun/10 ] |
|
Author: {'login': 'erh', 'name': 'Eliot Horowitz', 'email': 'eliot@10gen.com'}Message: install shared client library when compiling with it |