reiseburo / hermann

A gem providing cross-platform Kafka producer and consumer support
MIT License
71 stars 76 forks source link

Native ext error on MRI 2.3.0 #130

Open rwz opened 8 years ago

rwz commented 8 years ago

I'm running hermann consumer on MRI 2.3.0 and it crashes with the following error:

ruby: symbol lookup error: /app/vendor/bundle/ruby/2.3.0/gems/hermann0.26.1.0/ext/hermann/hermann_rdkafka.so: undefined symbol: inflateInit2_

I'm running this code on a Heroku dyno, so unfortunately this little description is all I have, no crash dump or more logs are available. :(

rwz commented 8 years ago

Same error on MRI 2.2.4

rtyler commented 8 years ago

@rwz this might be due to a zlib-dev dependency missing, I'm not entirely sure though. Do you know any more about the installed native libraries on the dyno?