如何清除MongoDb C驱动程序中的符号查找错误:未定义的符号:mongoc_uri_new_with_error?

时间:2019-05-28 05:18:59

标签: c mongodb centos7

我正在尝试在运行CentOS的VMware上设置MongoDb C驱动程序。我正在关注http://mongoc.org/libmongoc/current/tutorial.html#include-and-link-libmongoc-in-your-c-program,并安装了所有必需的库。它编译没有错误,但是当我运行二进制文件时,它给出了这个错误。

uri = mongoc_uri_new_with_error (uri_string, &error);
gcc -o hello_mongoc hello_mongoc.c     -I/usr/local/include/libbson-1.0 -I/usr/local/include/libmongoc-1.0     -lmongoc-1.0 -lbson-1.0

./hello_mongoc: symbol lookup error: ./hello_mongoc: undefined symbol: mongoc_uri_new_with_error

0 个答案:

没有答案