ildus / clickhouse_fdw

ClickHouse FDW for PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR "undefined symbol: pg_strtoint32" after make && make install

misterkramer opened this issue · comments

Hi! After completing all the installation steps from the README, I get an error:

CREATE EXTENSION clickhouse_fdw;

ERROR:  could not load library "/usr/pgsql-11/lib/clickhouse_fdw.so": /usr/pgsql-11/lib/clickhouse_fdw.so: undefined symbol: pg_strtoint32

Please tell me how to fix it?

My PostgreSQL version:

SELECT version();
PostgreSQL 11.10 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39), 64-bit

pg_config --version
PostgreSQL 11.10

Thanks for the bug report, fixed.