/ Home \ | \ Subjects / |
25/08/2025 11:21 jmodam_p: |
I'm trying to start a server on very old hardware. The basic functions (https, ftp) work, I haven't checked mail and DNS yet. Very nice, thanks. I couldn't start TLS/SSL, Debian 10 (unfortunately, this is the latest version for this hardware) doesn't want a dynamic library. Neither the native one, from the installation package "Error loading TLS/SSL library: Dynamic loading not supported ./libsec111.so" nor the system one "Error loading TLS/SSL library: Dynamic loading not supported /usr/lib/libssl.so.1.1" Copilot suggests compiling a static build. Will this help? |