Jump to content
  • 0

(Solved) SSL_EAY_RELEASE-NOTFOUND


Anonym

Question

Hi, I am trying to make a server project with CMake. The source comes from here: https://github.com/ike3/mangosbot-zero.

And it comes out like this:

Quote

The C compiler identification is MSVC 19.0.24215.1

The CXX compiler identification is MSVC 19.0.24215.1

Check for working C compiler: D:/Code/VisualStudio/VC/bin/x86_amd64/cl.exe

Check for working C compiler: D:/Code/VisualStudio/VC/bin/x86_amd64/cl.exe -- works

Detecting C compiler ABI info

Detecting C compiler ABI info - done

Check for working CXX compiler: D:/Code/VisualStudio/VC/bin/x86_amd64/cl.exe

Check for working CXX compiler: D:/Code/VisualStudio/VC/bin/x86_amd64/cl.exe -- works

Detecting CXX compiler ABI info

Detecting CXX compiler ABI info - done

Detecting CXX compile features

Detecting CXX compile features - done

 

This script builds the MaNGOS server.
Options that can be used in order to configure the process:
General:
CMAKE_INSTALL_PREFIX Path where the server should be installed to
CONF_DIR Path to the configs, can be absolute or relative.
DEBUG Debug mode (strict compile, all warnings)
ACE_USE_EXTERNAL Use external ACE
BUILD_MANGOSD Build the main server
BUILD_REALMD Build the login server
BUILD_TOOLS Build the map/vmap/mmap extractors
SOAP Enable remote access via SOAP
Scripting engines:
SCRIPT_LIB_ELUNA Compile with support for Eluna scripts
SCRIPT_LIB_SD3 Compile with support for ScriptDev3 scripts
Modules:
PLAYERBOTS Enable Player Bots
To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'.
Also, you can specify the generator with -G. see 'cmake --help' for more details
For example: cmake .. -DDEBUG=1 -DCMAKE_INSTALL_PREFIX=/opt/mangos

Note: On UNIX systems, CONF_DIR is relative to the bin folder.

 

Detected 64-bit platform

Found Git: D:/Code/Git/bin/git.exe

Found OpenSSL library: optimized;SSL_EAY_RELEASE-NOTFOUND;LIB_EAY_RELEASE-NOTFOUND;debug;SSL_EAY_DEBUG-NOTFOUND;LIB_EAY_DEBUG-NOTFOUND

Found OpenSSL headers: D:/Code/OpenSSL-Win64/include

Found MySQL library: D:/Code/mysql-5.7.20-winx64/lib/libmysql.lib

Found MySQL headers: D:/Code/mysql-5.7.20-winx64/include

Install server to : D:/Entertainment/WOW/_mygame/bin/buildir/bin

Install configs to : D:/Entertainment/WOW/_mygame/bin/buildir/bin/

Search configs from : binary directory (default)

Support for SOAP : No (default)

Script engine Eluna : Yes (default)

Script engine SD3 : Yes (default)

Enable Player Bots : No

Build main server : Yes (default)

Build login server : Yes (default)

Build tools : Yes (default)

Build in debug-mode : No (default)

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIB_EAY_DEBUG (ADVANCED)
linked by target "realmd" in directory D:/Entertainment/WOW/_w/mangosbot-zero/src/realmd
linked by target "mangosd" in directory D:/Entertainment/WOW/_w/mangosbot-zero/src/mangosd
LIB_EAY_RELEASE (ADVANCED)
linked by target "realmd" in directory D:/Entertainment/WOW/_w/mangosbot-zero/src/realmd
linked by target "mangosd" in directory D:/Entertainment/WOW/_w/mangosbot-zero/src/mangosd
SSL_EAY_DEBUG (ADVANCED)
linked by target "realmd" in directory D:/Entertainment/WOW/_w/mangosbot-zero/src/realmd
linked by target "mangosd" in directory D:/Entertainment/WOW/_w/mangosbot-zero/src/mangosd
SSL_EAY_RELEASE (ADVANCED)
linked by target "realmd" in directory D:/Entertainment/WOW/_w/mangosbot-zero/src/realmd
linked by target "mangosd" in directory D:/Entertainment/WOW/_w/mangosbot-zero/src/mangosd

Configuring incomplete, errors occurred!

See also "D:/Entertainment/WOW/_mygame/bin/buildir/CMakeFiles/CMakeOutput.log".

I do not know what this means. Can anyone help me? Thank you very much.

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use