Closed Cyrix126 closed 7 months ago
error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Ubuntu doesn't include this dependence. Because we don't have any repo it is extra step for user.
Need to compile statically rustls-tls to get ride of this error (less bloated than openssl if we need to include the lib).
closed by https://github.com/Cyrix126/gupaxx/commit/b0d499700b8b73c68f586125824fb50285a28b87
Ubuntu doesn't include this dependence. Because we don't have any repo it is extra step for user.
Need to compile statically rustls-tls to get ride of this error (less bloated than openssl if we need to include the lib).