Raspberry Pi 5, Raspberry Pi OS

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.

Thanks

1 Like

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…

1 Like

Ill try that and let you know what happens

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.

1 Like

Same here, seems only Bookworm can be used as Trixie doesn’t support 1.1 anymore.

You may have to use umbuntu

The 3.6.0 Linux version now statically links the OpenSSL 3.6.0, so dynamic library dependency should not be an issue anymore.