The error is `
fatal error: mongoc/mongoc-client.h: No such file or directory
include "mongo/bson/bson.h"
include "mongo/client/dbclient.h"`
I check include directory on my server and see bson.h and I change to mongoc/bson/bson.h. This is ok. However, I did not see client directory or dbclient.h in include directory.
Please tell me step by step for install mongodb to run TF-IDF
How to install mongodb legacy from https://github.com/mongodb/mongo-cxx-driver/tree/legacy? I try to download another version from mongodb center Then I installed by following installation page and Then I run
make -j4 TF-IDF
The error is ` fatal error: mongoc/mongoc-client.h: No such file or directory
include "mongo/bson/bson.h"
include "mongo/client/dbclient.h"`
I check include directory on my server and see bson.h and I change to
mongoc/bson/bson.h
. This is ok. However, I did not seeclient
directory ordbclient.h
in include directory.Please tell me step by step for install mongodb to run TF-IDF