ERROR "undefined symbol: pg_strtoint32" after make && make install
misterkramer opened this issue · 1 comments
misterkramer commented
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
ildus commented
Thanks for the bug report, fixed.