-
Notifications
You must be signed in to change notification settings - Fork 18
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
Build fails due to openSSL's RSA_SSLV23_PADDING deprecation #5
Comments
How to solve this issue? By using old version openssl? ? |
I worked around this by compiling from source:
It seems there may be a few other small issues with quickbms further down the line before it full compiles. Like LUA is outdated. |
@LittleBigBug this issue is still persistent. Linux HOSTNAME 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux |
you might want to use this patch to get it to work with newer version of openssl https://aur.archlinux.org/cgit/aur.git/plain/0001-Fix-OpenSSL-V21-padding-deprecation.patch?h=quickbms |
Because of your comment, I tried to do my project again and found the already built executables on quickbms.com , that work on:
|
@silverhikari
Steps to reproduce:
I doubt that this can't be fixed without an intervention of @LittleBigBug (or someone changing the source code I suppose?) |
@Nukiver you could try and see if this patch https://aur.archlinux.org/cgit/aur.git/plain/0002-fix-compile-x86.patch?h=quickbms fixes that |
FYI I did not write this. This is a mirror of the source from https://aluigi.altervista.org/quickbms.htm |
Attempting to build with recent OpenSSL versions results in an error.
Related: openssl/openssl#14216
The text was updated successfully, but these errors were encountered: