Have created DuckDB Foreign Data Wrapper' with Postgres version 15 and DuckDB Version 1.3.2. While creating the Docker Image, the build initially failed, but after setting the symlink ln -s libduckdb.so libduckdb.1.3.2.so` it is successful.
But will creating duckdb_fdw, get following error:
could not load library "/usr/lib/postgresql/15/lib/duckdb_fdw.so": /usr/lib/postgresql/15/lib/duckdb_fdw.so: undefined symbol: _ZN6duckdb9Exception25ConstructMessageRecursiveERKSsRSt6vectorINS_20ExceptionFormatValueESaIS4_EE
Please advise, how to fix this issue?