I installed the deb file without any messages. starting complains about libcrypto.
$ rstudio: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
I installed openssl 3 and have the so.3 in usr/local
$ find /usr/local -name libcrypto.so.3 find: ‘/usr/local/bin/AppProtection/.config’: Permission denied /usr/local/lib64/libcrypto.so.3
what do i do to tell rstudio where the crypto lib is or where does rstudio expect to find it?