Skip to content
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

instalation error #19

Open
ramazangok opened this issue Apr 30, 2020 · 1 comment
Open

instalation error #19

ramazangok opened this issue Apr 30, 2020 · 1 comment

Comments

@ramazangok
Copy link

@ramazangok ramazangok commented Apr 30, 2020

Hi All,

I'm having issue about installing like below step. Postgresql 11.7

-bash-4.2$ make USE_PGXS=1
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -fPIC -I. -I. -I/usr/include/pgsql/server -I/usr/include/pgsql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_wait_sampling.o pg_wait_sampling.c
pg_wait_sampling.c:13:33: fatal error: access/htup_details.h: No such file or directory
#include "access/htup_details.h"
^
compilation terminated.
make: *** [pg_wait_sampling.o] Error 1

@maksm90
Copy link
Collaborator

@maksm90 maksm90 commented May 14, 2020

Hi!

access/htup_details.h is the server's header file and have to be inside /usr/include/pgsql/server directory. I think the source of this issue is absence of postgresql-dev package as in #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.