-
Notifications
You must be signed in to change notification settings - Fork 11
make fails to build pgsql-11 under centos 7 #8
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
Comments
hello in fio.h file and retry. |
Yes, that fixed it. Thanks. FYI: I then got the error during make:
which was resolved by
which solution was recommended in resolution to similar situation: oracle_fdw extension not able to create |
you need to llvm-toolset-7 and devtools-7 in order to not get those error or just like you did you need to mention not to use clang to make |
Even after
I get
giving the path to clang helps, but I still get
where as
finishes and I find the extension installs and works. Am I missing something? Honestly, I don't really know the consequence of compiling Thanks. |
after successful install of pg 11 on centos 7 as
I find that make fails as
I have successfully installed pgsql-fio into earlier versions of postgresql.
workarounds/patches welcome.
Thanks
The text was updated successfully, but these errors were encountered: