如何解决致命错误:utils / jsonb.h:没有此类文件或目录
我正在尝试使用以下文档https://sudonull.com/post/77435-ZSON-PostgreSQL-extension-for-transparent-JSONB-compression在postgres中进行ZSON压缩。但是,在运行make时出现以下错误:
sudo 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 -g -
O2 -I. -I. -I/usr/include/pgsql/server -I/usr/include/pgsql/internal -D_GNU_SOURCE -
I/usr/include/libxml2 -c -o zson.o zson.c
zson.c:6:25: Fatal error: utils/jsonb.h: No such file or directory
#include <utils/jsonb.h>
^
compilation terminated.
make: *** [zson.o] Error 1
任何避免/修复错误的方法?该错误表明该文件不存在。但是,如何获取此文件以使其正常工作。
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。