EnterpriseDB / mongo_fdw

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

Installation problem in ubuntu 20.04 #141

Closed epaolillo closed 3 years ago

epaolillo commented 3 years ago

** Installation steps

(Result of compilation attached) compilation.txt

Run postgres:

postgres=# CREATE EXTENSION mongo_fdw; ERROR: could not open extension control file "/usr/share/postgresql/12/extension/mongo_fdw.control": No such file or directory

If i copied manually the files from compilation folder to /usr/share/postgresql/12/extension/ i get:

postgres=# CREATE EXTENSION mongo_fdw; ERROR: could not access file "$libdir/mongo_fdw": No such file or directory

Thank you!!

epaolillo commented 3 years ago

I was forget do: make make install

omkz commented 3 years ago

@epaolillo did it work?