pipelinedb / pipeline_kafka

PipelineDB extension for Kafka support
Other
61 stars 22 forks source link

undefined symbol: LZ4F_compressUpdate #83

Open destinokm opened 5 years ago

destinokm commented 5 years ago

error:

could not load library "/usr/lib/postgresql/pipeline_kafka.so": /usr/lib/postgresql/pipeline_kafka.so: undefined symbol: LZ4F_compressUpdate

also what solved the issue for me was changing from -lz -lpthread -lssl in makefile to -lz -llz4 -lpthread -lssl