Skip to content

CREATE EXTENSION parquet_s3_fdw -> libaws-cpp-sdk-core.so: cannot open shared object file #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dennalb opened this issue Feb 19, 2025 · 0 comments

Comments

@dennalb
Copy link

dennalb commented 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:

/home/tmp/aws-sdk-cpp/src/aws-cpp-sdk-core/libaws-cpp-sdk-core.so                                                      
/home/tmp/sdk_build/src/aws-cpp-sdk-core/libaws-cpp-sdk-core.so                                                                                                                          
/usr/local/lib/libaws-cpp-sdk-core.so
@dennalb 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant