libxml2 linking error on the newest Ubuntu 26.04 LTS #769
Replies: 2 comments
|
Hi! Yeah, the Ubuntu package is built on 24.04 and is not binary-compatible with 26.04. For now, you can either symlink libxml2, as one user on Slack reported worked for them, or you can build jank from source. Around July, I will be working to improve the portability of jank and jank-compiled programs by utilizing static linking more. |
0 replies
|
We now have support for Ubuntu 26.04! Note that the PPA installation steps have changed, so take a look before trying again. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When jank is downloaded from ppa on the newest Ubuntu (26.04 LTS) I get the following error:
There is a
libxml2.so.16on 26.04 LTS.All reactions