[Solved] Yad and libgspell dependency error

Hi @napcok.

I think this happened just a couple of hours ago after Manjaro’s updates.

Yad is failing with this error:

yad: error while loading shared libraries: libgspell-1.so.2: cannot open shared object file: No such file or directory

The few guides I could read all mention updating the package at repository level.

Regards.

2 Likes

Hi @M0nst3r :slight_smile:
Thanks for info.
Rebuilt and uploaded to the repo.

1 Like

Thank you, it is working again :grinning:

For anyone else with this problem the solution -now that a new package is available- consist of simply uninstall and reinstall yad:

sudo pacman -R yad
sudo pacman -Sy yad
1 Like

Just simple update like:

yay

or

sudo pacman -Syyu

should do the trick :wink:

1 Like