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

BSON dependencies collide with mongodb #23

Open
johnjohndoe opened this issue Apr 29, 2012 · 2 comments
Open

BSON dependencies collide with mongodb #23

johnjohndoe opened this issue Apr 29, 2012 · 2 comments

Comments

@johnjohndoe
Copy link

I realized there is a problem running mongo3 when mongodb has been installed as follows on Ubuntu 10.10.

sudo apt-get install mongodb

I did not manage to compile mongodb from the sources as stated here. Therefore, the installation of mongodb depends on bson 1.5.2. However, mongo3 seems to require bson >= 1.6.0. When I start the application the following error is printed to the console.

$ mongo3                            
/home/USER/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:774:in 
    `block in activate_dependencies': can't satisfy 'bson (>= 1.6.0)', 
    already activated 'bson-1.5.2' (Gem::LoadError)
[...]

Can you describe a way to encapsulate the bson gems for mongodb and mongo3?

@songrit
Copy link

songrit commented Aug 12, 2012

me too

@sdbondi
Copy link

sdbondi commented Mar 18, 2013

Any solution for this?

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

No branches or pull requests

3 participants