Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add mongo::client::initialize to nodes that use libmongocxx legacy #229

Conversation

bbferka
Copy link
Contributor

@bbferka bbferka commented Jul 10, 2018

fixes #228

@hawesie
Copy link
Member

hawesie commented Jul 10, 2018

@countdueki please test and provide some feedback.

@bbferka
Copy link
Contributor Author

bbferka commented Jul 10, 2018

oh, this is interesting....shouldn't they both build with the same mongoclient?

Unfortunatelly on trusty libmongo-client-dev version 0.1.7 installs a libmongoclient.so which gets found by FindMongoClient.cmake even though it is not the c++ driver. On xenial, libmongo-client-dev version 0.1.8 they changed the lib name to libmongo-client.so, so it's not being found, but rather checked out and compiled locally. I guess the developers realized that there is name clash.

It is interesting that this has worked so far, since libmongo-client-dev is an alternate driver and as far as I know it has nothing to do with the official releases.

Any ideas how to circumvent this? Maybe /usr/lib should not be searched for on trusty? There is no way the correct version can end up there.

@bbferka bbferka closed this Dec 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't log compressed color images from kinect
2 participants