-
Notifications
You must be signed in to change notification settings - Fork 29
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
Getting this error while running make install #7
Comments
Sorry for late response. If you do not build this FDW in PostgreSQL source tree (contrib/), you needs USE_PGXS=1. make install USE_PGXS=1 If you have already used this option, could you write your steps in details? |
hello, |
sudo apt-get install -y postgresql-server-dev-{version} |
Regarding to the above errors, |
I am using PostgreSql of Amazon RDS. I want to use this extension but I am getting below error. Is there any way to use parquet_s3_fwd/any other similar extension for RDS? ERROR: could not open extension control file "/rdsdbbin/postgres-14.7.R1/share/extension/parquet_s3_fdw.control": No such file or directory SQL state: 58P01Query returned successfully in 333 msec. |
Hi,
I think your question is not related to this issue (#7). And then your question is about Amazon RDS service using PostgreSQL extensions. |
Makefile:45: /contrib/contrib-global.mk: No such file or directory
make: *** No rule to make target '/contrib/contrib-global.mk'. Stop.
Operating System : Ubuntu 20.
All dependencies were installed.
The text was updated successfully, but these errors were encountered: