[DiscordArchive] going through the classic installation and i've just encountered this while doing the make
[DiscordArchive] going through the classic installation and i've just encountered this while doing the make
Archived author: Harath • Posted: 2022-08-25T13:02:46.714000+00:00
Original source
going through the classic installation and i've just encountered this while doing the make
```azerothcore/src/server/apps/worldserver/Main.cpp:167:5: fatal error: use of undeclared identifier 'OpenSSLCrypto'
OpenSSLCrypto::threadsSetup();
^
1 error generated.
make[2]: *** [src/server/apps/CMakeFiles/worldserver.dir/build.make:93: src/server/apps/CMakeFiles/worldserver.dir/worldserver/Main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:932: src/server/apps/CMakeFiles/worldserver.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
```
any ideas?