我正在尝试遵循这个Debezium安装https://gist.github.com/jpsoroulas/30e9537138ca62a79fe261cff7ceb716。
在运行make命令时遇到问题,我使用的是Rocky Linux。
本教程使用Postgres版本9,但我使用的是Postgres 14,这可能是遇到问题的原因。
Makefile:10: /usr/pgsql-14/lib/pgxs/src/makefiles/pgxs.mk: No such file or directory
make: *** No rule to make target '/usr/pgsql-14/lib/pgxs/src/makefiles/pgxs.mk'. Stop.发布于 2022-06-03 10:59:18
dnf install postgresql-server-develhttps://stackoverflow.com/questions/71200455
复制相似问题