[Bug ๐]: error loading shared libraries
tipsang opened this issue ยท 2 comments
Bug Title ๐
Describe the bug
Install Kuro in Linux Mint 21.1 deb i386 release
Error to run: kuro: error while loading shared libraries: libdrm.so.2: cannot open shared object file: No such file or directory
Reproduction Steps
Run Kuro after install
Expected Behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Technical Info (please complete the following information)
- OS: Linux Mint 21.1 cinnamon
- Kuro Version: i386 deb
Additional context
Add any other context about the problem here.
cc:
@davidsmorais
Hello @tipsang
Thanks for reporting this.
I did a quick investigation and this error seems to be caused by a missing library on your system.
Can you please try and install libdrm.so2 ?
Also, just to confirm, are you sure the i1386
is the correct architecture of your system ?
Hello,
indeed installing the 64-bit version has worked correctly. My mistake. Thanks