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'm trying to install on Centos 7 and Postgresql 12. I successfully get the autogen step to work but make step fails. Not sure if I am doing something wrong.
$ sudo make
Package libmongoc-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libmongoc-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libmongoc-1.0' found
Makefile:47: *** PostgreSQL 9.5, 9.6, 10, 11, 12, or 13 is required to compile this extension. Stop.
I tried adding the /usr/local/lib/pkgconfig to the PKG_CONFIG_PATH environment variable and still get the same error. And the same when I add, /usr/local/src/mongodb-fdw/mongo_fdw/mongo-c-driver/src/ to the environment variable.
Thank you
The text was updated successfully, but these errors were encountered:
I'm trying to install on Centos 7 and Postgresql 12. I successfully get the autogen step to work but make step fails. Not sure if I am doing something wrong.
I tried adding the /usr/local/lib/pkgconfig to the PKG_CONFIG_PATH environment variable and still get the same error. And the same when I add, /usr/local/src/mongodb-fdw/mongo_fdw/mongo-c-driver/src/ to the environment variable.
Thank you
The text was updated successfully, but these errors were encountered: