You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm trying to get this program to a point where I can run it on my rented server without having to straight-up build the whole thing on the machine itself. The only problem is that, because it's a VPS and only really meant to be accessed over SSH, it simply doesn't have any graphics drivers installed. I presume this is why the AppImage keeps giving me this error whenever I try to run it: /tmp/.mount_timg-XXXXXXX/usr/bin/timg: error while loading shared libraries: libdrm.so.2: cannot open shared object file: No such file or directory
I'm not even sure why timg needs libdrm.so when it's designed to print everything to the terminal. It's not like it's required by similar programs like termimage and viu. (EDIT: Ignore those, chafa is a much closer comparison, but I'd still like to know.)
The text was updated successfully, but these errors were encountered:
So I'm trying to get this program to a point where I can run it on my rented server without having to straight-up build the whole thing on the machine itself. The only problem is that, because it's a VPS and only really meant to be accessed over SSH, it simply doesn't have any graphics drivers installed. I presume this is why the AppImage keeps giving me this error whenever I try to run it:
/tmp/.mount_timg-XXXXXXX/usr/bin/timg: error while loading shared libraries: libdrm.so.2: cannot open shared object file: No such file or directory
I'm not even sure why timg needs
libdrm.so
when it's designed to print everything to the terminal. It's not like it's required by similar programslike termimage and viu.(EDIT: Ignore those, chafa is a much closer comparison, but I'd still like to know.)The text was updated successfully, but these errors were encountered: