EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
326 stars 70 forks source link

could not load library "/usr/lib/postgresql/9.4/lib/mongo_fdw.so": libmongoc-1.0.so.0: cannot open shared object file: No such file or directory #56

Closed lifubang closed 8 years ago

lifubang commented 8 years ago

CREATE EXTENSION mongo_fdw;

There is an error message: could not load library "/usr/lib/postgresql/9.4/lib/mongo_fdw.so": libmongoc-1.0.so.0: cannot open shared object file: No such file or directory

The libmongoc-1.0.so.0 is in /usr/local/lib/.

how to fix it?

postgresql: 9.4

lifubang commented 8 years ago

ldconfig after install