Ckb-next: error while loading shared libraries: libquazip1-qt5.so.1.0.0

I just noticed this:

My ckb-next didn’t start up anymore. So I tried via the command-line. Which revealed it was because:

ckb-next: error while loading shared libraries: libquazip1-qt5.so.1.0.0: cannot open shared object file: No such file or directory

Since it is an AUR package, I checked its page, which had a workaround:

I get this error when starting:

% ckb-next
ckb-next: error while loading shared libraries: libquazip1-qt5.so.1.0.0: cannot open shared object file: No such file or directory

I solved it by this workaround:

sudo ln -s /usr/lib/libquazip1-qt5.so.1.3 /usr/lib/libquazip1-qt5.so.1.0.0

It works for now but I guess ckb-next need to target the updated lib instead.

So, I tried that:

sudo ln -s /usr/lib/libquazip1-qt5.so.1.3 /usr/lib/libquazip1-qt5.so.1.0.0

And it works! So, for any ckb-next users, there you be having it.

1 Like

Had this problem, but i just did a re-build and now its working again.

:point_up:
If an AUR package fails to run after a system update, the first thing to try is to rebuild it.

Silly me! Should have thought to do this.

Did it just now (thanks for the reminder @TheReaperUK) and it works now!

@maycne.sonahoz, yeah, I KNOW this, but I keep forgetting.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.