Nheko-Reborn / nheko

Desktop client for Matrix using Qt and C++20.
https://nheko-reborn.github.io/
GNU General Public License v3.0
1.89k stars 199 forks source link

Missing libcmark.so.0.30.0: #649

Closed qazip closed 3 years ago

qazip commented 3 years ago

/usr/bin/nheko: error while loading shared libraries: libcmark.so.0.30.0: cannot open shared object file: No such file or directory

OS: Arch Nheko: Latest git version (nheko-git from AUR)

deepbluev7 commented 3 years ago

Please recompile. Your packagemanager does not preserve needed libs or automatically rebuild dependent packages, so you need to do that manually, if your packagemanager removes shared libraries.

qazip commented 3 years ago

Oh ya. I did know this. stupid me.

Recompiled and worked. Thank you.