freenet-core
freenet-core copied to clipboard
Compilation failure using Rust 1.74 Complete on Fedora 39 --- Raw Terminal logs included.
I apolifise for needing to include my terminal logs in a file. The character limit is 65536 characters and my logs are verbose and complete. freenet install terminal logs.txt The file is in plaintext and the file size is 163.8 kilobytes.
Seems to be failing to link some functions from the open ssl library, do you have the package installed? if so, what version?
Seems to be failing to link some functions from the open ssl library, do you have the package installed? if so, what version?
I have LibreSSL 3.8.2 and the default Fedora OpenSSL latest stable installed. Official LibreSSL support would be nice. LibreSSL uses the OpenSSL 1.1.1 interface and its own newer more secure interface. LibreSSL complies from the source code on Fedora, OpenSSL when compiled from source breaks things. I prefer my cryptography libraries installed from source wherever possible.
@iduartgomez Is this likely to still be a problem?
Nothing has changed so yes, although the fix for this is to use RustSSL if possible as a dependency instead of OpenSSL but need to see what dependency is pulling OpenSSL and change that if possible.