-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ABI breakage causes kiwix-tools to not compile #645
Comments
Which version of libzim do you using ? openzim/libzim#836 is a ABI breakage, not a API. So recompiling should be ok. |
latest main branch
the usual README way.
Full error:
I suspect that commit/PR because openzim/libzim@2a810ac compiles without any issues. I'm on Ubuntu 23.10 |
Which version of kiwix-tools are you using ? |
kiwix-tools is also the latest/main branch, i was compiling it on a new installation. Apologies for the late reply. Let me know if I need to provide other info. |
You are linking with a "installed" libkiwix, not the one currently being compiled (and tested here). You probably have a already (old version) libkiwix installed. |
Yes, compilation/execution works with ubuntu 22.04. This is typically a sympton of linking against the wrong version of the library. |
I suspect this issue was introduced in: openzim/libzim#836
The text was updated successfully, but these errors were encountered: