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

missing file in installation? #89

Open
pl52feve opened this issue May 29, 2024 · 2 comments
Open

missing file in installation? #89

pl52feve opened this issue May 29, 2024 · 2 comments
Labels
question Further information is requested

Comments

@pl52feve
Copy link

Hi guys,

my postgres instance runs with all the default configurations on a Oracle Linux 7.9 that I've set up in WSL. Now when I try install the extension the 'make install' command stops at
make install 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 createas.o createas.c createas.c:23:34: fatal error: catalog/pg_trigger_d.h: No such file or directory #include "catalog/pg_trigger_d.h" ^ compilation terminated. make: *** [createas.o] Error 1

Do you have any idea what might cause this error?

Thank you so much in advance for your help.

@TheHett
Copy link

TheHett commented Aug 7, 2024

You need to install package postgresql16-dev (or another version)

@yugo-n
Copy link
Collaborator

yugo-n commented Oct 14, 2024

You need to install package postgresql16-dev (or another version)

Yes. You need to install postgresql*-dev containing header files (*.h) which are necessary to build pg_ivm.

@yugo-n yugo-n added the question Further information is requested label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants