致命错误: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 (将#修改为@)