You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear dev-team,
I am looking forward to use parquet_s3_fdw!
Currently running postgre 16 in a docker container and compiled all dependencies according to your guide in the same container.
Unfortunately, after compiling with "make install USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config" everything was looking fine.
When I tried to create the extension in a database, I received the following error: ERROR: could not load library "/usr/lib/postgresql/16/lib/parquet_s3_fdw.so": libaws-cpp-sdk-core.so: cannot open shared object file: No such file or directory
After running "find / -name "libaws-cpp-sdk-core.so" -print"
The text was updated successfully, but these errors were encountered:
dennalb
changed the title
After compilaction while trying to CREATE EXTENSION parquet_s3_fdw -> libaws-cpp-sdk-core.so: cannot open shared object file
CREATE EXTENSION parquet_s3_fdw -> libaws-cpp-sdk-core.so: cannot open shared object file
Feb 19, 2025
Dear dev-team,
I am looking forward to use parquet_s3_fdw!
Currently running postgre 16 in a docker container and compiled all dependencies according to your guide in the same container.
Unfortunately, after compiling with "
make install USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config
" everything was looking fine.When I tried to create the extension in a database, I received the following error:
ERROR: could not load library "/usr/lib/postgresql/16/lib/parquet_s3_fdw.so": libaws-cpp-sdk-core.so: cannot open shared object file: No such file or directory
After running "
find / -name "libaws-cpp-sdk-core.so" -print
"I received the following output:
The text was updated successfully, but these errors were encountered: