MonetDB test client application not linking

心已入冬 提交于 2019-12-02 10:01:30

I was able to compile the example on Ubuntu 14.04 with MonetDB installed from the Ubuntu binary packages after installing the (additional) package libmonetdb-client-dev with the following command:

gcc test.c -I /usr/include/monetdb -lmapi

Did you compile and install MonetDB from source? In this case, which prefix was used?

Here how it worked using ubuntu 18.04

gcc main.c -I /usr/include/monetdb -lmapi -lssl -lcrypto -lstream -lcurl -llzma -lbz2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!