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

compile fatal error with 11% #20134

Open
YinDeGuan opened this issue Oct 5, 2024 · 0 comments
Open

compile fatal error with 11% #20134

YinDeGuan opened this issue Oct 5, 2024 · 0 comments

Comments

@YinDeGuan
Copy link

YinDeGuan commented Oct 5, 2024

Current Behaviour

the compile fatal error was occurred when typing "make -j 6"

Expected Blizzlike Behaviour

Source

No response

Steps to reproduce the problem

0)follow the installation steps to complete the instructions before make
1)when type "make - j 6"
2)we see an undeclared identifier EVP_CIPHER_fetch
" azerothcore/src/common/Cryptography/ARC4.cpp:23:15: fatal error: use of undeclared identifier 'EVP_CIPHER_fetch'
_cipher = EVP_CIPHER_fetch(nullptr, "RC4", nullptr); "
and
" openssl/provider.h file not found " yes , i had installed libssl-dev , but may be this point due to ARC4.cpp
3)make error 2

Extra Notes

No response

AC rev. hash/commit

azerothcore/src/common/Cryptography/OpenSSLCrypto.cpp:20:10: fatal error: 'openssl/provider.h' file not found
#include <openssl/provider.h>
^~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [src/common/CMakeFiles/common.dir/build.make:394: src/common/CMakeFiles/common.dir/Cryptography/OpenSSLCrypto.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/dguu/azerothcore/src/common/Cryptography/ARC4.cpp:23:15: fatal error: use of undeclared identifier 'EVP_CIPHER_fetch'
_cipher = EVP_CIPHER_fetch(nullptr, "RC4", nullptr);
^
1 error generated.
[ 11%] Built target revision.h
make[2]: *** [src/common/CMakeFiles/common.dir/build.make:334: src/common/CMakeFiles/common.dir/Cryptography/ARC4.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1019: src/common/CMakeFiles/common.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

Operating system

ubuntu20.04

Custom changes or Modules

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant