HI. Not new to Linux, RaspberryPi and RealDash. I wanted to update to the full linux version from my LineageOS install and having a bit of an issue. I can get everything installed, no real issues. When I launch RealDash, doesn’t do anything, never starts. I followed the Linux install guide from the forum and cant find a reason there or this described behavior.
start realdash from terminal, you will see the reason probably…, as like on the PC version some library probably newer on the system what the RD was compiled to… like the gpiod…
down the rabbit hole of dependencies. realdash: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Im sure others have seen this, when will realdash be recompiled with a newer openssl?
what RD version U use ? The latest uses libssl.so.3 (at least the PC v
ersion)
you can chek what libs required with the objdump -p /path/to/realdash command.