Advertisement
-KARMA-

Untitled

Jul 15th, 2024
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.22 KB | None | 0 0
  1. root@alala:/opt/pg_probackup# sudo make install USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config top_srcdir=/home/karma/psql/postgresql-14.12
  2. 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/home/karma/psql/postgresql-14.12//src  -c -o src/utils/configuration.o src/utils/configuration.c
  3. In file included from src/pg_probackup.h:16,
  4.                  from src/utils/configuration.c:11:
  5. /usr/include/postgresql/internal/libpq-int.h:86:10: fatal error: common/pg_prng.h: No such file or directory
  6.    86 | #include "common/pg_prng.h"
  7.       |          ^~~~~~~~~~~~~~~~~~
  8. compilation terminated.
  9. make: *** [<builtin>: src/utils/configuration.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement