diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2022-10-23 10:30:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-23 10:30:20 +0200 |
| commit | eecd27c72b0ff291dd9f6fb4bf118596196e0ade (patch) | |
| tree | 9d519a81d4670ea8100b8f10eb98f0caa8db9646 | |
| parent | 9f1a02371a49108de9b3cb1b70069df3f5a69e2b (diff) | |
| download | wiki-revert-820-openssl3-win-core-install.tar.gz wiki-revert-820-openssl3-win-core-install.tar.bz2 wiki-revert-820-openssl3-win-core-install.zip | |
Revert "Update windows-core-installation for OpenSSL 3 (#820)"revert-820-openssl3-win-core-install
This reverts commit bbf7cf588507d156425f28dc32f6ba502ad92768.
| -rw-r--r-- | docs/windows-core-installation.md | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/windows-core-installation.md b/docs/windows-core-installation.md index f57d0bd..69e6e08 100644 --- a/docs/windows-core-installation.md +++ b/docs/windows-core-installation.md @@ -122,9 +122,8 @@ authserver.pbd worldserver.exe worldserver.pdb libmysql.dll -libeay32.dll / libcrypto-1_1.dll / libcrypto-1_1-x64.dll (Only for OpenSSL 1.1.x and below) -ssleay32.dll / libssl-1_1.dll / libssl-1_1-x64.dll (Only for OpenSSL 1.1.x and below) -legacy.dll (Only for OpenSSL 3.0 and later) +libeay32.dll / libcrypto-1_1.dll / libcrypto-1_1-x64.dll +ssleay32.dll / libssl-1_1.dll / libssl-1_1-x64.dll ``` In the **configs** folder you should find: @@ -134,18 +133,18 @@ authserver.conf.dist worldserver.conf.dist ``` -There are two/three DLL files that need to be manually added to this folder, and you need to copy them from the following installation/bin directories: +There are three DLL files that need to be manually added to this folder, and you need to copy them from the following installation/bin directories: **libmysql.dll** → C:\Program Files\MySQL\MySQL Server 8.x\lib\ *Note: You need the exact version of libmysql to correspond to the MySQL you have downloaded. Due to this you cannot download the DLL from the web and need to take it out of the folder.* -#### OpenSSL _before_ version 1.1.0: +OpenSSL _before_ version 1.1.0: **libeay32.dll** and **ssleay32.dll** → C:\OpenSSL-Win64\ or C:\OpenSSL-Win32\ *(depends on if your core is 64-bit or 32-bit)*. -#### OpenSSL 1.1.x names have changed: +OpenSSL 1.1.0 and more recent installed, names have changed: For 32-bit version: **libssl-1_1.dll** and @@ -155,10 +154,6 @@ For 64-bit version: **libssl-1_1-x64.dll** and **libcrypto-1_1-x64.dll** → C:\OpenSSL-Win64\bin -#### OpenSSL 3.0 and more recent installed, you need to copy: - -**leagacy.dll** - #### About compilation log and report pdb files only exist if you compile on Debug or RelWithDebInfo modes, it's not mandatory but it's recommended to compile core on at least RelWithDebInfo mode to get proper crashlogs. If you compile on Release mode the pdb files aren't needed. |
