Hello !
We're trying to install mongo_fdw in in 18.4 (Ubuntu 18.4-1.pgdg24.04+1) .
The autogen.sh did it work ok , but :
postgres=# create extension mongo_fdw; ERROR: could not load library "/usr/lib/postgresql/18/lib/mongo_fdw.so": /usr/lib/postgresql/18/lib/mongo_fdw.so: undefined symbol: bson_array_as_legacy_extended_json CONTEXT: SQL statement "CREATE FUNCTION mongo_fdw_handler() RETURNS fdw_handler AS '$libdir/mongo_fdw' LANGUAGE C STRICT" extension script file "mongo_fdw--1.1.sql", near line 9 postgres=# \q
We started from zero and did the Manual installation , but with the same results
What could be happening?
Hello !
We're trying to install mongo_fdw in in 18.4 (Ubuntu 18.4-1.pgdg24.04+1) .
The autogen.sh did it work ok , but :
postgres=# create extension mongo_fdw; ERROR: could not load library "/usr/lib/postgresql/18/lib/mongo_fdw.so": /usr/lib/postgresql/18/lib/mongo_fdw.so: undefined symbol: bson_array_as_legacy_extended_json CONTEXT: SQL statement "CREATE FUNCTION mongo_fdw_handler() RETURNS fdw_handler AS '$libdir/mongo_fdw' LANGUAGE C STRICT" extension script file "mongo_fdw--1.1.sql", near line 9 postgres=# \qWe started from zero and did the Manual installation , but with the same results
What could be happening?