strands-project / mongodb_store

MongoDB tools for storing and analysing runs of ROS systems.
BSD 3-Clause "New" or "Revised" License
49 stars 72 forks source link

mongodb_store build fail ros-melodic version #256

Closed bilal9876 closed 4 years ago

bilal9876 commented 4 years ago

CMake Error at mongodb_store-upstream-0.5.2/mongodb_store/cmake/FindMongoClient.cmake:72 (message): MongoClient not found. Call Stack (most recent call first): mongodb_store-upstream-0.5.2/mongodb_store/CMakeLists.txt:27 (find_package)

error when build the new released version for melodic ros version

ysl208 commented 4 years ago

Can I ask what the solution to this is? I have encountered the same problem

bilal9876 commented 4 years ago

for sure , what i remember is:

i uninstall all the mongodb and all its components

check for the mongod services.

i download the package from strands-project/mongodb_store

and follow the steps from readme.txt in the mongodb_store folder.

the problem ocuured for (By default, the mongod database will be stored in /opt/strands/mongodb_store) you can create your own folder and check your permission. and assign this path to mongod and then assign the same port to mongodb_store

check these commits here "https://github.com/strands-project/mongodb_store/commits/melodic-devel"

please reply for any later errors