Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd /opt/pg_probackup/
- root@alala:/opt/pg_probackup# sudo make install USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config
- gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -DFRONTEND -I. -I./ -I/usr/include/postgresql/14/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/postgresql -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -Isrc -I///src -c -o src/utils/configuration.o src/utils/configuration.c
- In file included from src/pg_probackup.h:16,
- from src/utils/configuration.c:11:
- /usr/include/postgresql/internal/libpq-int.h:86:10: fatal error: common/pg_prng.h: No such file or directory
- 86 | #include "common/pg_prng.h"
- | ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- make: *** [<builtin>: src/utils/configuration.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement