Open BaderSZ opened 4 years ago
For more information, this was tested on:
Try this:
sudo apt-get install libssl1.0-dev
I was able to reproduce this on Fedora 31. Both machines use openssl devel/libssl 1.1.1.
@Paulchen232 I've tested this on CentOS 7.7.1908 as well. It seems to compile with no warnings or errors on it. I'm guessing you're right and it is ssl >1.0 Neither debian sid nor fedora 31 offer openssl 1.0, since openssl <1.1.1 is considered out of support and insecure.
Same problem here, and apt
cannot find openssl 1.0
On ubuntu I think you need this:
@Paulchen232 that won't help. You'll need to use an older distribution that still has OpenSSL 1.0. Fixing this issue for all modern Distros and OSes shouldn't depend on using outdated software.
Perhaps this help: Secure Sockets Layer toolkit - development files
During the compiling process, I came across an dereferencing error in rsa_pem_openssl.c:41:6
Steps to reproduce:
Output: