Where can i find your version with correction for LibreSSL ??
I cant install it on my pool because of that this is really frustrating ...
thanks !
Hello there.
I have made a fix for LibreSSL, but tests are not working.
So, you will have to compile without them.
https://github.com/dalslandan200/joulecoin/tree/0.10.4.2-libreSSLUpdate:
When running
./configure autoconf thinks LibreSSL is installed on the system, except when it's not.
This happens when you have installed openSSL >= Version 1.1.0
I have made a new branch which reflects the issue more clearly, and tests are now also fixed.
This branch is specific for openSSL >= Version 1.1.0
To check OpenSSL version:
root@ubuntu:~# openssl version
OpenSSL 1.1.0g 2 Nov 2017 (Library: OpenSSL 1.1.1 11 Sep 2018)
https://github.com/dalslandan200/joulecoin/tree/openSSL-fix