Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation failure using Rust 1.74 Complete on Fedora 39 --- Raw Terminal logs included. #899

Open
RealJosephKnapp opened this issue Nov 17, 2023 · 4 comments
Labels
C-bug Category: This is a bug.

Comments

@RealJosephKnapp
Copy link

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.

@iduartgomez
Copy link
Collaborator

Seems to be failing to link some functions from the open ssl library, do you have the package installed? if so, what version?

@RealJosephKnapp
Copy link
Author

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.

@sanity sanity added the C-bug Category: This is a bug. label Dec 5, 2023
@sanity
Copy link
Collaborator

sanity commented Jan 29, 2024

@iduartgomez Is this likely to still be a problem?

@iduartgomez
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug.
Projects
None yet
Development

No branches or pull requests

3 participants