You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After running mkdir build && cd build && cmake .. && make && sudo make install I encountered a crash at around 13%.
/root/comdb2/berkdb/crypto/aes_method.c: In function ‘__aes_decrypt’:
/root/comdb2/berkdb/crypto/aes_method.c:105:9: error: ‘AES_cbc_encrypt’ is deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
105 | AES_cbc_encrypt(cipher, cipher, cipher_len, &aes->decrypt_key, iv, AES_DECRYPT);
| ^~~~~~~~~~~~~~~
In file included from /root/comdb2/berkdb/dbinc/crypto.h:56,
from /root/comdb2/berkdb/crypto/aes_method.c:24:
/usr/include/openssl/aes.h:66:6: note: declared here
To Reproduce
Steps to reproduce the behavior:
Start an Ubuntu 22.04 x64 container on Digital Ocean
Update and upgrade the server
Clone the comdb2 repo
Install comdb2 dependencies
run mkdir build && cd build && cmake .. && make && sudo make install
Watch for error around 13% completed
Expected behavior
I expected no errors
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Ubuntu 22.04 x64
SSH session
Additional context
I did not have this issue on Ubuntu 20.x,
My concern is the error message, AES_cbc_encrypt’ is deprecated.
The text was updated successfully, but these errors were encountered:
Describe the bug
After running
mkdir build && cd build && cmake .. && make && sudo make install
I encountered a crash at around 13%.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected no errors
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
I did not have this issue on Ubuntu 20.x,
My concern is the error message,
AES_cbc_encrypt’ is deprecated.
The text was updated successfully, but these errors were encountered: