You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I realized there is a problem running mongo3 when mongodb has been installed as follows on Ubuntu 10.10.
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.
Can you describe a way to encapsulate the bson gems for mongodb and mongo3?
The text was updated successfully, but these errors were encountered: