aleph

nivekuil 2022-11-19T05:26:29.497809Z

tried 0.6.0, got Caused by: java.lang.LinkageError: Possible multiple incompatible native libraries on the classpath for '/tmp/libnetty_transport_native_epoll_x86_642482697031798244878.so when starting server

nivekuil 2022-11-19T10:54:59.063599Z

huh, yup apparently jackdaw snuck in a bunch of netty deps recently.

Matthew Davidson 2022-11-19T12:02:31.496909Z

If you exclude the aleph and netty deps of Jackdaw, is it working?

nivekuil 2022-11-20T01:26:43.997559Z

indeed, just a dep conflict

👍 1
Matthew Davidson 2022-11-19T07:35:23.015289Z

@kevin842 Interesting. I’ll take a closer look later, but right off the bat, are you bringing in your own netty deps somehow (check lein deps :tree)?