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
** 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!!