Bug 1349191
| Summary: | [RFE] Need a version of libmongodb that gets along with Windows Server MongoDB 3.2. | ||
|---|---|---|---|
| Product: | Red Hat Software Collections | Reporter: | Greg Scott <gscott> |
| Component: | mongodb | Assignee: | Marek Skalický <mskalick> |
| Status: | CLOSED ERRATA | QA Contact: | Vaclav Danek <vdanek> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rh-mongodb32 | CC: | arnokarner, databases-maint, gscott, hhorak, jorton, vdanek |
| Target Milestone: | alpha | Keywords: | FutureFeature |
| Target Release: | 2.3 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | rh-mongodb32-mongo-cxx-driver-1.1.2-3.el7, rh-mongodb32-mongo-cxx-driver-1.1.2-3.el6 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-15 10:11:10 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Greg Scott
2016-06-22 22:12:52 UTC
Just a comment about implementation details. If we added libmongodb into SCL, the library wouldn't be available on standard library path, so what the user would have to do is enabling the collection properly via `scl enable rh-mongodb32` in those two cases: 1) every-time some application that uses this library is built 2) every-time such an application is run (unless user will use some trick with rpath) Would that be acceptable for the customer? The application currently sets up an environment before it runs, so using the rpath option would be the most likely solution, we would just add setting up the rpath variable to find the rh-mongodb-32 libraries. We had previously compiled libmongo to use ssl, and were able to use ssl, and tls without issue. But we're having troubles getting it to work with Kerberos when we tried compiling with scons --full --use-system-boost --ssl --sharedclient --use-sasl-client Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-2735.html |