-
Notifications
You must be signed in to change notification settings - Fork 31
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
Make fails with Postgresql 11 on Ubuntu 18.04 #34
Comments
Just an idea - it could have something to do with going "root" so I'd try with a normal user or postgres user. |
@kmoppel thank you for the suggestion but I get exactly the same result with both my user and the |
Other extensions can be built? I wonder if you have the postgresql11-devel package installed. |
Thank you @ahouska . It should have been obvious to me but the package name was non-standard:
Make completes without error now. Thank you both for your help. |
When trying to build master (0be3a4c) with Postgresql 11 on Ubuntu 18.04 make fails because it can't find
postgres_ext.h
. Here are the commands that I'm using:I can confirm that
postgres_ext.h
exists on the filesystem:And that
pg_config
definesINCLUDEDIR
correctly:Can you please help?
The text was updated successfully, but these errors were encountered: